feat: Added auxilary services to split files
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
./samba.nix
|
||||
./sunshine.nix
|
||||
];
|
||||
# services = {
|
||||
# };
|
||||
services = {
|
||||
tailscale = {
|
||||
enable = true;
|
||||
};
|
||||
mullvad-vpn.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user