diff options
author | ene <ene@sils.li> | 2023-02-25 08:26:00 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-25 08:33:35 +0100 |
commit | 777e321b15afa3cfd8331c2776949488e5529c60 (patch) | |
tree | 89c41b2c2bcd4b108393da607095a13bc6eb6dcf /hosts/mammun/configuration.nix | |
parent | Feat(system): Remove default packages (diff) | |
download | nixos-config-777e321b15afa3cfd8331c2776949488e5529c60.zip |
Fix(hosts): Add networkmanager for mammun
Diffstat (limited to 'hosts/mammun/configuration.nix')
-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"; |