From 0d7ee6f1a248a0e13a42c0db8ad8a8dd8125ccab Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sat, 13 Jun 2026 13:24:37 +0200 Subject: Fix sol --- modules/hosts/sol/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/hosts/sol/configuration.nix') 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; -- cgit v1.2.3