diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index dcc3948..cad9bc1 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -108,17 +108,20 @@ users.users.crony = { isNormalUser = true; description = "Crony"; - # hashedPasswordFile = "${config.age.secrets.crony-passwd.path}"; + hashedPasswordFile = "${config.age.secrets.crony-passwd.path}"; extraGroups = ["networkmanager" "wheel" "video" "input" "audio" "gamemode" "seat"]; }; - # users.users.root.hashedPasswordFile = "${config.age.secrets.root-passwd.path}"; + users.users.root.hashedPasswordFile = "${config.age.secrets.root-passwd.path}"; - # users.mutableUsers = false; + users.mutableUsers = false; # Allow unfree packages nixpkgs.config.allowUnfree = true; + # Enable my flake specific settings + crony.secrets.enable = true; + # List packages installed in system profile environment.systemPackages = with pkgs; [ neovim