Loading nixos/modules/system/boot/stage-1.nix +0 −1 Original line number Diff line number Diff line Loading @@ -786,6 +786,5 @@ in }; imports = [ (mkRenamedOptionModule [ "boot" "initrd" "mdadmConf" ] [ "boot" "swraid" "mdadmConf" ]) ]; } nixos/modules/system/boot/systemd/journald-gateway.nix +7 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,13 @@ let }; in { imports = [ (lib.mkRenamedOptionModule [ "services" "journald" "enableHttpGateway" ] [ "services" "journald" "gateway" "enable" ] ) ]; meta.maintainers = [ lib.maintainers.raitobezarius ]; options.services.journald.gateway = { enable = lib.mkEnableOption "the HTTP gateway to the journal"; Loading nixos/modules/system/boot/systemd/journald.nix +0 −4 Original line number Diff line number Diff line Loading @@ -10,10 +10,6 @@ let in { imports = [ (lib.mkRenamedOptionModule [ "services" "journald" "enableHttpGateway" ] [ "services" "journald" "gateway" "enable" ] ) ]; options = { Loading nixos/modules/tasks/swraid.nix +1 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ in [ "boot" "initrd" "services" "swraid" "mdadmConf" ] [ "boot" "swraid" "mdadmConf" ] ) (lib.mkRenamedOptionModule [ "boot" "initrd" "mdadmConf" ] [ "boot" "swraid" "mdadmConf" ]) ]; options.boot.swraid = { Loading Loading
nixos/modules/system/boot/stage-1.nix +0 −1 Original line number Diff line number Diff line Loading @@ -786,6 +786,5 @@ in }; imports = [ (mkRenamedOptionModule [ "boot" "initrd" "mdadmConf" ] [ "boot" "swraid" "mdadmConf" ]) ]; }
nixos/modules/system/boot/systemd/journald-gateway.nix +7 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,13 @@ let }; in { imports = [ (lib.mkRenamedOptionModule [ "services" "journald" "enableHttpGateway" ] [ "services" "journald" "gateway" "enable" ] ) ]; meta.maintainers = [ lib.maintainers.raitobezarius ]; options.services.journald.gateway = { enable = lib.mkEnableOption "the HTTP gateway to the journal"; Loading
nixos/modules/system/boot/systemd/journald.nix +0 −4 Original line number Diff line number Diff line Loading @@ -10,10 +10,6 @@ let in { imports = [ (lib.mkRenamedOptionModule [ "services" "journald" "enableHttpGateway" ] [ "services" "journald" "gateway" "enable" ] ) ]; options = { Loading
nixos/modules/tasks/swraid.nix +1 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ in [ "boot" "initrd" "services" "swraid" "mdadmConf" ] [ "boot" "swraid" "mdadmConf" ] ) (lib.mkRenamedOptionModule [ "boot" "initrd" "mdadmConf" ] [ "boot" "swraid" "mdadmConf" ]) ]; options.boot.swraid = { Loading