diff options
| author | Dominik Kaiser | 2026-06-13 13:24:37 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2026-06-13 13:24:37 +0200 |
| commit | 0d7ee6f1a248a0e13a42c0db8ad8a8dd8125ccab (patch) | |
| tree | 9569709a8194ce663afd8805bdbfb0d1274c1f38 /modules/hosts/sol/configuration.nix | |
| parent | d6dc581b9c8e5caff8e9f05879c59ad59e176644 (diff) | |
| download | nixos-0d7ee6f1a248a0e13a42c0db8ad8a8dd8125ccab.tar.gz nixos-0d7ee6f1a248a0e13a42c0db8ad8a8dd8125ccab.zip | |
Fix sol
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; |
