Add Darian

master
David Crompton 2023-08-01 10:28:29 -04:00
parent cde5225fa8
commit 052a588986
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.";
};
}