test
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
sunshine
|
||||
{
|
||||
imports = [
|
||||
./config.nix
|
||||
];
|
||||
services.sunshine = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
capSysAdmin = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
programs.sunshine.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user