Enable Samba and thunderbolt services for Tone
This commit is contained in:
parent
643f1b7753
commit
a172709df3
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue