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;
|
||||
};
|
||||
}
|
||||
|
||||
8
nixos/ryu/services/sunshine.nix
Normal file
8
nixos/ryu/services/sunshine.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{...}: {
|
||||
services.sunshine = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
capSysAdmin = true;
|
||||
# applications = {};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user