Test removing podman and using devshell

This commit is contained in:
Lillian Violet 2024-02-06 14:59:49 +01:00
parent a4139d6c9e
commit 3c54f2c962

View file

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