1769288238
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
users.groups.uni = {};
|
||||
users.users.uni = {
|
||||
createHome = true;
|
||||
home = "/home/uni";
|
||||
isNormalUser = true;
|
||||
group = "uni";
|
||||
extraGroups = ["nix" "users"];
|
||||
hashedPasswordFile = config.sops.secrets."user-password-hashed".path;
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user