mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
user config
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
rtkit
|
||||
shellapps
|
||||
sshd
|
||||
user
|
||||
version
|
||||
zsh
|
||||
];
|
||||
|
||||
@@ -8,14 +8,14 @@
|
||||
users.mutableUsers = false;
|
||||
users.users.mo = {
|
||||
isNormalUser = true;
|
||||
description = fullname;
|
||||
description = "Mohamed Chrayed";
|
||||
extraGroups = [ "networkmanager" "wheel" "video" "audio" ];
|
||||
shell = pkgs.zsh;
|
||||
hashedPasswordFile = config.sops.secrets."users/mo/password".path;
|
||||
};
|
||||
|
||||
home-manager.users.mo = {
|
||||
home.username = user;
|
||||
home.username = mo;
|
||||
home.homeDirectory = "/home/mo";
|
||||
home.stateVersion = "25.11";
|
||||
};
|
||||
Reference in New Issue
Block a user