diff --git a/machines/kcnhub/users/darian.nix b/machines/kcnhub/users/darian.nix new file mode 100644 index 0000000..0488396 --- /dev/null +++ b/machines/kcnhub/users/darian.nix @@ -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."; + }; +}