Remove docker

This commit is contained in:
Johannes Jöns 2023-07-06 11:03:01 +02:00
parent 4e07db6fc4
commit 066f9152c8

View file

@ -88,10 +88,4 @@
# https://github.com/NixOS/nixpkgs/blob/c32c39d6f3b1fe6514598fa40ad2cf9ce22c3fb7/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix#L66
boot.loader.systemd-boot.editor = false;
virtualisation.docker = {
enable = true;
enableNvidia = true;
package = pkgs.podman;
};
}