Add Darian

David Crompton 2023-08-01 10:28:29 -04:00
parent 5b2c83dca1
commit c05f25c008
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{ pkgs, ... }: {
users.users.darian = {
isNormalUser = true;
extraGroups = [ "wheel" ];
homeSize = "25g";
homeProjectId = 100;
packages = with pkgs; [
];
initialHashedPassword = "$y$j9T$mIMzeLognQ/P1ZkW2t1ta/$.gfijZOp9BgaxZbi1PllzYERIIEOSk4m2fojZdZUCk.";
};
}