Set up podman and mail stack
This commit is contained in:
@@ -4,6 +4,15 @@
|
||||
# Improve nix-shell and direnv integration
|
||||
services.lorri.enable = true;
|
||||
|
||||
# Enable virtualization
|
||||
# Enable virtualisation
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
# Set up podman
|
||||
virtualisation = {
|
||||
containers.users = [ "coolneng" ];
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user