Loading nixos/modules/services/system/userborn.nix +1 −1 Original line number Diff line number Diff line Loading @@ -141,7 +141,7 @@ in ExecStart = "${lib.getExe cfg.package} ${userbornConfigJson} ${cfg.passwordFilesLocation}"; ExecStartPre = lib.mkMerge [ (lib.mkIf (!config.system.etc.overlay.mutable) [ (lib.mkIf (cfg.passwordFilesLocation != "/etc") [ "${pkgs.coreutils}/bin/mkdir -p ${cfg.passwordFilesLocation}" ]) Loading Loading
nixos/modules/services/system/userborn.nix +1 −1 Original line number Diff line number Diff line Loading @@ -141,7 +141,7 @@ in ExecStart = "${lib.getExe cfg.package} ${userbornConfigJson} ${cfg.passwordFilesLocation}"; ExecStartPre = lib.mkMerge [ (lib.mkIf (!config.system.etc.overlay.mutable) [ (lib.mkIf (cfg.passwordFilesLocation != "/etc") [ "${pkgs.coreutils}/bin/mkdir -p ${cfg.passwordFilesLocation}" ]) Loading