chore: update flakes

This commit is contained in:
2025-08-15 21:33:22 +02:00
parent 71623b5964
commit 84ab691a7f
38 changed files with 93 additions and 119 deletions

View File

@@ -4,9 +4,9 @@
...
}:
with lib; let
cfg = config.system.services.sunshine;
cfg = config.mySystem.services.sunshine;
in {
options.system.services.sunshine = {
options.mySystem.services.sunshine = {
enable = mkEnableOption "Enables Sunshine";
autostart = mkEnableOption "Enables autostart";
};
@@ -15,6 +15,6 @@ in {
autoStart = cfg.autostart;
capSysAdmin = true;
openFirewall = true;
settings.sunshine_name = config.system.networking.hostname;
settings.sunshine_name = config.mySystem.networking.hostname;
};
}