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 }}
|
||||
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
|
||||
|
||||
@@ -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" ];
|
||||
}
|
||||
Reference in New Issue
Block a user