mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
user
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
security-sys-secureboot
|
security-sys-secureboot
|
||||||
security-sys-sopsnix
|
security-sys-sopsnix
|
||||||
users-sys-mo
|
users-sys-mo
|
||||||
|
users-sys-nadine
|
||||||
];
|
];
|
||||||
home-manager.users.mo.imports = with config.flake.homeModules; [
|
home-manager.users.mo.imports = with config.flake.homeModules; [
|
||||||
base-usr-group
|
base-usr-group
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
description = "Nadine Peukert";
|
description = "Nadine Peukert";
|
||||||
extraGroups = [ "networkmanager" "wheel" "video" "audio" ];
|
extraGroups = [ "networkmanager" "wheel" "video" "audio" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
hashedPasswordFile = config.sops.secrets."users/mo/password".path;
|
hashedPasswordFile = config.sops.secrets."users/nadine/password".path;
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.nadine = {
|
home-manager.users.nadine = {
|
||||||
|
|||||||
Reference in New Issue
Block a user