Update User Home Size
parent
cd41a9f69b
commit
48843e1eac
|
@ -2,8 +2,8 @@
|
||||||
users.users.carol = {
|
users.users.carol = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
homeSize = "25g";
|
homeSize = "50g";
|
||||||
homeProjectId = 100;
|
homeProjectId = 102;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
vscode
|
vscode
|
||||||
];
|
];
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
users.users.darian = {
|
users.users.darian = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
homeSize = "25g";
|
homeSize = "50g";
|
||||||
homeProjectId = 100;
|
homeProjectId = 101;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
jetbrains.pycharm-community
|
jetbrains.pycharm-community
|
||||||
github-desktop
|
github-desktop
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
users.users.david = {
|
users.users.david = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
homeSize = "25g";
|
homeSize = "50g";
|
||||||
homeProjectId = 100;
|
homeProjectId = 100;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
emacs
|
emacs
|
||||||
|
|
Loading…
Reference in New Issue