diff options
Diffstat (limited to 'modules/hosts/sol/configuration.nix')
| -rw-r--r-- | modules/hosts/sol/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/hosts/sol/configuration.nix b/modules/hosts/sol/configuration.nix index 242257e..5316372 100644 --- a/modules/hosts/sol/configuration.nix +++ b/modules/hosts/sol/configuration.nix @@ -45,7 +45,8 @@ users.users.dk = { isNormalUser = true; extraGroups = [ "wheel" ]; - hashedPasswordFile = "/persistent/passwd"; + # hashedPasswordFile = "/persistent/passwd"; + initialPassword = "1234"; }; home-manager.users.dk = self.homeModules.solHome; |
