diff --git a/.github/workflows/update-home-server.yml b/.github/workflows/update-home-server.yml index 03f2c9c..f1cf9bf 100644 --- a/.github/workflows/update-home-server.yml +++ b/.github/workflows/update-home-server.yml @@ -27,8 +27,6 @@ jobs: CLOUDFLARE_CONFIG: ${{ secrets.CLOUDFLARE_CONFIG }} working-directory: /home/github/infrastructure/infrastructure run: | - # git secret reveal -f - pwd # echo "$CLOUDFLARE_CONFIG" > /data/cloudflare/cloudflare.ini cd home-server docker pull -q nextcloud:production diff --git a/nix/ai-vm.nix b/nix/ai-vm.nix index 27fcee2..45574ab 100644 --- a/nix/ai-vm.nix +++ b/nix/ai-vm.nix @@ -122,7 +122,7 @@ powerManagement.enable = false; powerManagement.finegrained = false; }; - #virtualisation.docker.enableNvidia = true; hardware.nvidia-container-toolkit.enable = true; + virtualisation.docker.enableNvidia = true; services.xserver.videoDrivers = [ "nvidia" ]; } \ No newline at end of file diff --git a/nix/home-manager/ai-vm.home.nix b/nix/home-manager/ai-vm.home.nix index f14a073..0ec2ba9 100644 --- a/nix/home-manager/ai-vm.home.nix +++ b/nix/home-manager/ai-vm.home.nix @@ -67,7 +67,7 @@ set -x LIBVIRT_DEFAULT_URI qemu:///system gui: returnImmediately: true screenMode: "half" - ''; +''; ".config/k9s/config.yaml".text = '' k9s: liveViewAutoRefresh: true