downgrade docker on server config and change workflow
This commit is contained in:
@ -8,9 +8,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: get repo
|
- name: get repo
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v4.2.2
|
||||||
# - uses: https://github.com/cachix/install-nix-action@v31
|
- name: create iso image
|
||||||
# - name: create iso image
|
uses: https://github.com/cachix/install-nix-action@v31
|
||||||
# run: make iso
|
run: make iso
|
||||||
|
|
||||||
- name: create release
|
- name: create release
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
nvidia-docker
|
nvidia-docker
|
||||||
libnvidia-container
|
libnvidia-container
|
||||||
screen
|
screen
|
||||||
] ++ inputs.pkgs-docker-2750.pkgs.docker;
|
];
|
||||||
|
|
||||||
|
|
||||||
boot.supportedFilesystems = [ "zfs" ];
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
@ -73,6 +73,7 @@
|
|||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
liveRestore = false;
|
liveRestore = false;
|
||||||
enableOnBoot = true;
|
enableOnBoot = true;
|
||||||
|
package = inputs.pkgs-docker-2750.legacyPackages."x86_64-linux".docker;
|
||||||
# daemon.settings = {
|
# daemon.settings = {
|
||||||
# runtimes.nvidia.path = "${pkgs.nvidia-docker}/bin/nvidia-container-runtime";
|
# runtimes.nvidia.path = "${pkgs.nvidia-docker}/bin/nvidia-container-runtime";
|
||||||
# exec-opts = ["native.cgroupdriver=cgroupfs"];
|
# exec-opts = ["native.cgroupdriver=cgroupfs"];
|
||||||
|
Reference in New Issue
Block a user