mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2024-12-22 04:07:28 +01:00
sarek: docker -> podman
This commit is contained in:
parent
eb00725930
commit
2ff2c914a9
@ -31,8 +31,13 @@
|
||||
|
||||
sops.defaultSopsFile = ../../secrets/sarek/sarek.yaml;
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.oci-containers.backend = "docker";
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true; # Make `docker` shell alias
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user