This commit is contained in:
2026-03-04 20:20:07 +01:00
parent a407c223d5
commit acaf52ed3c
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
security-sys-secureboot
security-sys-sopsnix
users-sys-mo
users-sys-nadine
];
home-manager.users.mo.imports = with config.flake.homeModules; [
base-usr-group

View File

@@ -10,7 +10,7 @@
description = "Nadine Peukert";
extraGroups = [ "networkmanager" "wheel" "video" "audio" ];
shell = pkgs.zsh;
hashedPasswordFile = config.sops.secrets."users/mo/password".path;
hashedPasswordFile = config.sops.secrets."users/nadine/password".path;
};
home-manager.users.nadine = {