put back
This commit is contained in:
2
.github/workflows/update-home-server.yml
vendored
2
.github/workflows/update-home-server.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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" ];
|
||||||
}
|
}
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user