mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
user config
This commit is contained in:
@@ -10,7 +10,6 @@
|
|||||||
rtkit
|
rtkit
|
||||||
shellapps
|
shellapps
|
||||||
sshd
|
sshd
|
||||||
user
|
|
||||||
version
|
version
|
||||||
zsh
|
zsh
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -8,14 +8,14 @@
|
|||||||
users.mutableUsers = false;
|
users.mutableUsers = false;
|
||||||
users.users.mo = {
|
users.users.mo = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = fullname;
|
description = "Mohamed Chrayed";
|
||||||
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/mo/password".path;
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.mo = {
|
home-manager.users.mo = {
|
||||||
home.username = user;
|
home.username = mo;
|
||||||
home.homeDirectory = "/home/mo";
|
home.homeDirectory = "/home/mo";
|
||||||
home.stateVersion = "25.11";
|
home.stateVersion = "25.11";
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user