This commit is contained in:
Till 2023-12-18 14:44:43 +01:00
parent e7791dfd15
commit 7de0c6a389
6 changed files with 11 additions and 131 deletions

View file

@ -2,14 +2,12 @@
{
users.users.alt = {
isSystemUser = true;
isNormalUser = true;
description = "Alt";
extraGroups = [
"networkmanager"
];
shell = pkgs.fish;
group = "alt";
home = "/home/alt";
};
users.groups.alt = {};
}