diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml index 3f1768a..ba7c71c 100644 --- a/.gitea/workflows/default.yaml +++ b/.gitea/workflows/default.yaml @@ -8,9 +8,9 @@ jobs: steps: - name: get repo uses: actions/checkout@v4.2.2 - # - uses: https://github.com/cachix/install-nix-action@v31 - # - name: create iso image - # run: make iso + - name: create iso image + uses: https://github.com/cachix/install-nix-action@v31 + run: make iso - name: create release uses: https://gitea.com/actions/release-action@main diff --git a/osConfigs/hosts/server.nix b/osConfigs/hosts/server.nix index 42f0908..4d02fbd 100644 --- a/osConfigs/hosts/server.nix +++ b/osConfigs/hosts/server.nix @@ -25,7 +25,7 @@ nvidia-docker libnvidia-container screen - ] ++ inputs.pkgs-docker-2750.pkgs.docker; + ]; boot.supportedFilesystems = [ "zfs" ]; @@ -73,6 +73,7 @@ virtualisation.docker = { liveRestore = false; enableOnBoot = true; + package = inputs.pkgs-docker-2750.legacyPackages."x86_64-linux".docker; # daemon.settings = { # runtimes.nvidia.path = "${pkgs.nvidia-docker}/bin/nvidia-container-runtime"; # exec-opts = ["native.cgroupdriver=cgroupfs"];