diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/mammun/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/mammun/configuration.nix b/hosts/mammun/configuration.nix index 96612a63..294fc815 100644 --- a/hosts/mammun/configuration.nix +++ b/hosts/mammun/configuration.nix @@ -4,6 +4,7 @@ lib, nixpkgs, home-manager, + pkgs, ... }: { imports = [ @@ -14,7 +15,6 @@ ../../services ]; - soispha = { users = { hashedPassword = "$y$jDT$O/42/7REOL50onRYcTV9R1$Ot3bPAh2raHmPN3yScP4wsJRtNqrMtTBzOq9oRJeRA0"; |