replaced docker with podman
This commit is contained in:
parent
ef56d541e0
commit
ffed8cbfbc
@ -4,8 +4,6 @@
|
||||
# Imports
|
||||
imports = [
|
||||
disko.nixosModules.disko ../disko/isengard/btrfs-legacy.nix
|
||||
|
||||
../modules/docker.nix
|
||||
];
|
||||
# Disks
|
||||
boot.loader = {
|
||||
@ -17,6 +15,15 @@
|
||||
networking.useDHCP = true;
|
||||
time.timeZone = "Europe/Bucharest";
|
||||
|
||||
# Virtualisation
|
||||
|
||||
boot.enableContainers = true;
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
};
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
|
||||
system.stateVersion = release;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user