Add David

David Crompton 2023-07-27 15:42:59 -04:00
parent 86ef25e8ab
commit 8c9be86b20
1 changed files with 2 additions and 1 deletions

View File

@ -2,8 +2,9 @@
users.users.david = {
isNormalUser = true;
extraGroups = [ "wheel" ];
homeSize = "25g";
homeProjectId = 100;
packages = with pkgs; [
];
};
users.userHomes.david = {};
}