This commit is contained in:
2025-06-23 20:00:19 -06:00
parent 6292bff7f6
commit 84387bd560
3 changed files with 2 additions and 4 deletions

View File

@@ -27,8 +27,6 @@ jobs:
CLOUDFLARE_CONFIG: ${{ secrets.CLOUDFLARE_CONFIG }} CLOUDFLARE_CONFIG: ${{ secrets.CLOUDFLARE_CONFIG }}
working-directory: /home/github/infrastructure/infrastructure working-directory: /home/github/infrastructure/infrastructure
run: | run: |
# git secret reveal -f
pwd
# echo "$CLOUDFLARE_CONFIG" > /data/cloudflare/cloudflare.ini # echo "$CLOUDFLARE_CONFIG" > /data/cloudflare/cloudflare.ini
cd home-server cd home-server
docker pull -q nextcloud:production docker pull -q nextcloud:production

View File

@@ -122,7 +122,7 @@
powerManagement.enable = false; powerManagement.enable = false;
powerManagement.finegrained = false; powerManagement.finegrained = false;
}; };
#virtualisation.docker.enableNvidia = true;
hardware.nvidia-container-toolkit.enable = true; hardware.nvidia-container-toolkit.enable = true;
virtualisation.docker.enableNvidia = true;
services.xserver.videoDrivers = [ "nvidia" ]; services.xserver.videoDrivers = [ "nvidia" ];
} }

View File

@@ -67,7 +67,7 @@ set -x LIBVIRT_DEFAULT_URI qemu:///system
gui: gui:
returnImmediately: true returnImmediately: true
screenMode: "half" screenMode: "half"
''; '';
".config/k9s/config.yaml".text = '' ".config/k9s/config.yaml".text = ''
k9s: k9s:
liveViewAutoRefresh: true liveViewAutoRefresh: true