Never mind that

This commit is contained in:
Lillian Violet 2024-02-06 15:13:04 +01:00
parent 4216c05919
commit db40411529

View file

@ -37,8 +37,15 @@
};
environment.systemPackages = with pkgs; [
podman
podman-compose
];
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
networking.hostName = "EDI";
boot.bootspec.enable = true;