diff --git a/system/common/me.nix b/system/common/me.nix index 0ece4af..e545f1a 100644 --- a/system/common/me.nix +++ b/system/common/me.nix @@ -16,7 +16,7 @@ in packages = with pkgs; [ keychain ]; - initialPassword = "changeme"; + initialPassword = lib.mkDefault "changeme"; shell = pkgs.zsh; };