From 5ea500785f7a10e6e063e2829addb865f070e2e8 Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 11 Mar 2025 07:46:38 +0100 Subject: laptop changes --- host/Arc/hooks/post-rebuild.sh | 0 host/Arc/hooks/pre-rebuild.sh | 0 host/Rory-laptop/configuration.nix | 11 ++++++----- host/Rory-laptop/hooks/post-rebuild.sh | 0 host/Rory-laptop/hooks/pre-rebuild.sh | 0 host/Rory-laptop/nginx.nix | 4 ++-- host/Rory-nginx/hooks/post-rebuild.sh | 0 host/uISO/test.sh | 0 8 files changed, 8 insertions(+), 7 deletions(-) mode change 100644 => 100755 host/Arc/hooks/post-rebuild.sh mode change 100644 => 100755 host/Arc/hooks/pre-rebuild.sh mode change 100644 => 100755 host/Rory-laptop/hooks/post-rebuild.sh mode change 100644 => 100755 host/Rory-laptop/hooks/pre-rebuild.sh mode change 100644 => 100755 host/Rory-nginx/hooks/post-rebuild.sh mode change 100644 => 100755 host/uISO/test.sh (limited to 'host') diff --git a/host/Arc/hooks/post-rebuild.sh b/host/Arc/hooks/post-rebuild.sh old mode 100644 new mode 100755 diff --git a/host/Arc/hooks/pre-rebuild.sh b/host/Arc/hooks/pre-rebuild.sh old mode 100644 new mode 100755 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 old mode 100644 new mode 100755 diff --git a/host/Rory-laptop/hooks/pre-rebuild.sh b/host/Rory-laptop/hooks/pre-rebuild.sh old mode 100644 new mode 100755 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 old mode 100644 new mode 100755 diff --git a/host/uISO/test.sh b/host/uISO/test.sh old mode 100644 new mode 100755 -- cgit 1.5.1