Never mind that

This commit is contained in:
Lillian Violet 2024-02-06 15:13:04 +01:00
parent 3c54f2c962
commit ece66466d6

View file

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