Loading nixos/modules/security/isolate.nix +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ in }; systemd.slices.isolate = { description = "Isolate sandbox slice"; description = "Isolate Sandbox Slice"; }; meta.maintainers = with maintainers; [ virchau13 ]; Loading nixos/modules/services/backup/bacula.nix +1 −1 Original line number Diff line number Diff line Loading @@ -657,7 +657,7 @@ in { config = mkIf (fd_cfg.enable || sd_cfg.enable || dir_cfg.enable) { systemd.slices.system-bacula = { description = "Bacula Slice"; description = "Bacula Backup System Slice"; documentation = [ "man:bacula(8)" "https://www.bacula.org/" ]; }; Loading nixos/modules/services/continuous-integration/hydra/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -311,7 +311,7 @@ in ]; systemd.slices.system-hydra = { description = "Hydra Slice"; description = "Hydra CI Server Slice"; documentation = [ "file://${cfg.package}/share/doc/hydra/index.html" "https://nixos.org/hydra/manual/" ]; }; Loading nixos/modules/services/misc/paperless.nix +1 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,7 @@ in services.redis.servers.paperless.enable = mkIf enableRedis true; systemd.slices.system-paperless = { description = "Paperless slice"; description = "Paperless Document Management System Slice"; documentation = [ "https://docs.paperless-ngx.com" ]; }; Loading nixos/modules/services/monitoring/rustdesk-server.nix +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ in { systemd.slices.system-rustdesk = { enable = true; description = "Slice designed to contain RustDesk Signal & RustDesk Relay"; description = "RustDesk Remote Desktop Slice"; }; systemd.targets.rustdesk = { Loading Loading
nixos/modules/security/isolate.nix +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ in }; systemd.slices.isolate = { description = "Isolate sandbox slice"; description = "Isolate Sandbox Slice"; }; meta.maintainers = with maintainers; [ virchau13 ]; Loading
nixos/modules/services/backup/bacula.nix +1 −1 Original line number Diff line number Diff line Loading @@ -657,7 +657,7 @@ in { config = mkIf (fd_cfg.enable || sd_cfg.enable || dir_cfg.enable) { systemd.slices.system-bacula = { description = "Bacula Slice"; description = "Bacula Backup System Slice"; documentation = [ "man:bacula(8)" "https://www.bacula.org/" ]; }; Loading
nixos/modules/services/continuous-integration/hydra/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -311,7 +311,7 @@ in ]; systemd.slices.system-hydra = { description = "Hydra Slice"; description = "Hydra CI Server Slice"; documentation = [ "file://${cfg.package}/share/doc/hydra/index.html" "https://nixos.org/hydra/manual/" ]; }; Loading
nixos/modules/services/misc/paperless.nix +1 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,7 @@ in services.redis.servers.paperless.enable = mkIf enableRedis true; systemd.slices.system-paperless = { description = "Paperless slice"; description = "Paperless Document Management System Slice"; documentation = [ "https://docs.paperless-ngx.com" ]; }; Loading
nixos/modules/services/monitoring/rustdesk-server.nix +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ in { systemd.slices.system-rustdesk = { enable = true; description = "Slice designed to contain RustDesk Signal & RustDesk Relay"; description = "RustDesk Remote Desktop Slice"; }; systemd.targets.rustdesk = { Loading