Fix samba package name

This commit is contained in:
Evie Litherland-Smith 2023-12-04 10:39:34 +00:00
parent 414c2735e2
commit a29cf1714b

View file

@ -15,6 +15,6 @@
etc."ppp/options".text = ''
ipcp-accept-remote
'';
systemPackages = with pkgs; [ openfortivpn zoom-us smbclient ];
systemPackages = with pkgs; [ openfortivpn zoom-us samba ];
};
}