Add David

master
David Crompton 2023-07-27 15:42:59 -04:00
parent a8c9100849
commit c560b109c5
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 = {};
}