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