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