chore: update to nixos 25.05

This commit is contained in:
Nickolaj Jepsen 2025-05-20 19:25:57 +02:00
parent e3b550bd82
commit d25e24c15b
11 changed files with 160 additions and 184 deletions

View file

@ -10,7 +10,7 @@ with lib; let
in {
options.fireproof = {
home-manager = lib.mkOption {
type = options.home-manager.users.type.functor.wrapped;
type = options.home-manager.users.type.nestedTypes.elemType;
};
};
config = {
@ -19,7 +19,6 @@ in {
users.users.${username} = {
isNormalUser = true;
extraGroups = ["wheel"];
# initialPassword = "password";
hashedPasswordFile = secrets.hashed-user-password.path;
};