laptop changes
8 files changed, 8 insertions, 7 deletions
diff --git a/host/Arc/hooks/post-rebuild.sh b/host/Arc/hooks/post-rebuild.sh
index 30733ad..30733ad 100644..100755
--- a/host/Arc/hooks/post-rebuild.sh
+++ b/host/Arc/hooks/post-rebuild.sh
diff --git a/host/Arc/hooks/pre-rebuild.sh b/host/Arc/hooks/pre-rebuild.sh
index d4ec9d3..d4ec9d3 100644..100755
--- a/host/Arc/hooks/pre-rebuild.sh
+++ b/host/Arc/hooks/pre-rebuild.sh
diff --git a/host/Rory-laptop/configuration.nix b/host/Rory-laptop/configuration.nix
index 6a7d8ed..ad060f3 100644
--- a/host/Rory-laptop/configuration.nix
+++ b/host/Rory-laptop/configuration.nix
@@ -17,14 +17,14 @@ args@{
#../../modules/software-templates/profilers.nix
../../modules/software-templates/dotnet.client.nix
- ./postgres.nix
+ #./postgres.nix
./nginx.nix
- ./edu/vmware.nix
- ./edu/nodejs-dev.nix
+ #./edu/vmware.nix
+ #./edu/nodejs-dev.nix
# hardware-specific imports
- ./optional/hardware-specific/nvidia.nix
+ #./optional/hardware-specific/nvidia.nix
./optional/hardware-specific/intel.nix
./optional/gui/wayland.nix
];
@@ -40,12 +40,13 @@ args@{
efiSupport = true;
#efiInstallAsRemovable = true;
};
- efi.canTouchEfiVariables = true;
+ #efi.canTouchEfiVariables = true;
};
};
programs.noisetorch.enable = true;
programs.gamemode.enable = true;
users.users.Rory.extraGroups = [ "gamemode" ];
+ virtualisation.diskSize = 81920;
environment.sessionVariables = {
ZSH_DISABLE_COMPFIX = "true";
diff --git a/host/Rory-laptop/hooks/post-rebuild.sh b/host/Rory-laptop/hooks/post-rebuild.sh
index 30733ad..30733ad 100644..100755
--- a/host/Rory-laptop/hooks/post-rebuild.sh
+++ b/host/Rory-laptop/hooks/post-rebuild.sh
diff --git a/host/Rory-laptop/hooks/pre-rebuild.sh b/host/Rory-laptop/hooks/pre-rebuild.sh
index d4ec9d3..d4ec9d3 100644..100755
--- a/host/Rory-laptop/hooks/pre-rebuild.sh
+++ b/host/Rory-laptop/hooks/pre-rebuild.sh
diff --git a/host/Rory-laptop/nginx.nix b/host/Rory-laptop/nginx.nix
index 42d17de..0a72304 100644
--- a/host/Rory-laptop/nginx.nix
+++ b/host/Rory-laptop/nginx.nix
@@ -18,11 +18,11 @@
recommendedOptimisation = true;
#defaultMimeTypes = ../../../../packages/nginx/mime.types;
appendConfig = ''
- worker_processes 16;
+ #worker_processes 16;
'';
eventsConfig = ''
#use kqueue;
- worker_connections 512;
+ #worker_connections 512;
'';
appendHttpConfig = ''
#sendfile on;
diff --git a/host/Rory-nginx/hooks/post-rebuild.sh b/host/Rory-nginx/hooks/post-rebuild.sh
index 9b0c17c..9b0c17c 100644..100755
--- a/host/Rory-nginx/hooks/post-rebuild.sh
+++ b/host/Rory-nginx/hooks/post-rebuild.sh
diff --git a/host/uISO/test.sh b/host/uISO/test.sh
index 9033b8c..9033b8c 100644..100755
--- a/host/uISO/test.sh
+++ b/host/uISO/test.sh
|