Enable Samba and thunderbolt services for Tone

This commit is contained in:
Evie Litherland-Smith 2024-06-19 13:55:37 +01:00
parent 643f1b7753
commit a172709df3

View file

@ -11,6 +11,10 @@
etc."ppp/options".text = ''
ipcp-accept-remote
'';
systemPackages = with pkgs; [openfortivpn samba];
systemPackages = with pkgs; [openfortivpn];
};
services = {
samba.enable = true;
hardware.bolt.enable = true;
};
}