diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/tarrel.nix | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/hosts/tarrel.nix b/hosts/tarrel.nix index 59ecf4c..71b70af 100644 --- a/hosts/tarrel.nix +++ b/hosts/tarrel.nix @@ -2,9 +2,6 @@ { imports = [ ./hardware-configuration/tarrel.nix - - # Services - ../services/sunshine.nix ]; boot.loader.systemd-boot.enable = true; @@ -75,4 +72,11 @@ }; system.stateVersion = "24.05"; # Did you read the comment? + + services.sunshine = { + enable = true; + autoStart = true; + capSysAdmin = true; + openFirewall = true; + }; } |