summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-03-11 07:46:38 +0100
committerRory& <root@rory.gay>2025-03-11 07:47:40 +0100
commit5ea500785f7a10e6e063e2829addb865f070e2e8 (patch)
tree2df8b05fbda4ced52e3b8eafab271aac2d0d12f4 /host
parentdesktop changes (diff)
downloadRory-Open-Architecture-5ea500785f7a10e6e063e2829addb865f070e2e8.tar.xz
laptop changes
Diffstat (limited to 'host')
-rwxr-xr-x[-rw-r--r--]host/Arc/hooks/post-rebuild.sh0
-rwxr-xr-x[-rw-r--r--]host/Arc/hooks/pre-rebuild.sh0
-rw-r--r--host/Rory-laptop/configuration.nix11
-rwxr-xr-x[-rw-r--r--]host/Rory-laptop/hooks/post-rebuild.sh0
-rwxr-xr-x[-rw-r--r--]host/Rory-laptop/hooks/pre-rebuild.sh0
-rw-r--r--host/Rory-laptop/nginx.nix4
-rwxr-xr-x[-rw-r--r--]host/Rory-nginx/hooks/post-rebuild.sh0
-rwxr-xr-x[-rw-r--r--]host/uISO/test.sh0
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