From 1a3dc0b1c72fc27bc53f9c21b2a2adc883b69bd8 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Wed, 2 Aug 2023 10:58:13 -0400 Subject: [PATCH] Update User Home Size --- machines/kcnhub/users/carol.nix | 4 ++-- machines/kcnhub/users/darian.nix | 4 ++-- machines/kcnhub/users/david.nix | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/machines/kcnhub/users/carol.nix b/machines/kcnhub/users/carol.nix index ef11a60..0205c18 100644 --- a/machines/kcnhub/users/carol.nix +++ b/machines/kcnhub/users/carol.nix @@ -2,8 +2,8 @@ users.users.carol = { isNormalUser = true; extraGroups = [ "wheel" ]; - homeSize = "25g"; - homeProjectId = 100; + homeSize = "50g"; + homeProjectId = 102; packages = with pkgs; [ vscode ]; diff --git a/machines/kcnhub/users/darian.nix b/machines/kcnhub/users/darian.nix index 3efe211..bd5c677 100644 --- a/machines/kcnhub/users/darian.nix +++ b/machines/kcnhub/users/darian.nix @@ -2,8 +2,8 @@ users.users.darian = { isNormalUser = true; extraGroups = [ "wheel" ]; - homeSize = "25g"; - homeProjectId = 100; + homeSize = "50g"; + homeProjectId = 101; packages = with pkgs; [ jetbrains.pycharm-community github-desktop diff --git a/machines/kcnhub/users/david.nix b/machines/kcnhub/users/david.nix index 62b45a6..7b258b1 100644 --- a/machines/kcnhub/users/david.nix +++ b/machines/kcnhub/users/david.nix @@ -2,7 +2,7 @@ users.users.david = { isNormalUser = true; extraGroups = [ "wheel" ]; - homeSize = "25g"; + homeSize = "50g"; homeProjectId = 100; packages = with pkgs; [ emacs