Loading nixos/modules/image/repart.nix +5 −6 Original line number Diff line number Diff line Loading @@ -369,11 +369,10 @@ in ; inherit fileSystems definitionsDirectory mkfsEnv; }; }; meta.maintainers = with lib.maintainers; [ nikstur willibutz ]; }; } nixos/modules/security/isolate.nix +2 −2 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ in systemd.slices.isolate = { description = "Isolate Sandbox Slice"; }; }; meta.maintainers = with maintainers; [ virchau13 ]; }; } nixos/modules/security/please.nix +0 −2 Original line number Diff line number Diff line Loading @@ -121,7 +121,5 @@ in sshAgentAuth = true; usshAuth = true; }; meta.maintainers = [ ]; }; } nixos/modules/services/misc/devpi-server.nix +2 −2 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ in networking.firewall = lib.mkIf cfg.openFirewall { allowedTCPPorts = [ cfg.port ]; }; }; meta.maintainers = [ lib.maintainers.cafkafk ]; }; } nixos/modules/services/networking/ntp/chrony.nix +5 −5 Original line number Diff line number Diff line Loading @@ -180,12 +180,12 @@ in }; }; config = mkIf cfg.enable { meta.maintainers = with lib.maintainers; [ thoughtpolice vifino ]; config = mkIf cfg.enable { environment.systemPackages = [ chronyPkg ]; users.groups.chrony.gid = config.ids.gids.chrony; Loading Loading
nixos/modules/image/repart.nix +5 −6 Original line number Diff line number Diff line Loading @@ -369,11 +369,10 @@ in ; inherit fileSystems definitionsDirectory mkfsEnv; }; }; meta.maintainers = with lib.maintainers; [ nikstur willibutz ]; }; }
nixos/modules/security/isolate.nix +2 −2 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ in systemd.slices.isolate = { description = "Isolate Sandbox Slice"; }; }; meta.maintainers = with maintainers; [ virchau13 ]; }; }
nixos/modules/security/please.nix +0 −2 Original line number Diff line number Diff line Loading @@ -121,7 +121,5 @@ in sshAgentAuth = true; usshAuth = true; }; meta.maintainers = [ ]; }; }
nixos/modules/services/misc/devpi-server.nix +2 −2 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ in networking.firewall = lib.mkIf cfg.openFirewall { allowedTCPPorts = [ cfg.port ]; }; }; meta.maintainers = [ lib.maintainers.cafkafk ]; }; }
nixos/modules/services/networking/ntp/chrony.nix +5 −5 Original line number Diff line number Diff line Loading @@ -180,12 +180,12 @@ in }; }; config = mkIf cfg.enable { meta.maintainers = with lib.maintainers; [ thoughtpolice vifino ]; config = mkIf cfg.enable { environment.systemPackages = [ chronyPkg ]; users.groups.chrony.gid = config.ids.gids.chrony; Loading