tsuki: init sunshine
This commit is contained in:
parent
aa7a3fa154
commit
33766e494e
2 changed files with 9 additions and 0 deletions
|
@ -3,5 +3,6 @@
|
||||||
./restic.nix
|
./restic.nix
|
||||||
./atticd.nix
|
./atticd.nix
|
||||||
./hydroxide.nix
|
./hydroxide.nix
|
||||||
|
./sunshine.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
8
hosts/tsuki/services/sunshine.nix
Normal file
8
hosts/tsuki/services/sunshine.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
_: {
|
||||||
|
services.sunshine = {
|
||||||
|
enable = true;
|
||||||
|
autoStart = false;
|
||||||
|
openFirewall = true;
|
||||||
|
capSysAdmin = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue