docker -> podman
This commit is contained in:
parent
35e764fb92
commit
3e9b015000
@ -928,7 +928,7 @@ environment = {
|
||||
};
|
||||
systemPackages = with pkgs; [
|
||||
# virt-manager
|
||||
docker-compose
|
||||
podman-compose
|
||||
wget
|
||||
gwe
|
||||
];
|
||||
@ -1162,10 +1162,16 @@ On this section, you can also add virtual machines settings.
|
||||
programs.dconf.enable = true; # virt-manager requires dconf to remember settings
|
||||
virtualisation = {
|
||||
libvirtd.enable = false;
|
||||
docker = {
|
||||
podman = {
|
||||
enable = true;
|
||||
storageDriver = "btrfs";
|
||||
enableNvidia = true;
|
||||
dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
autoPrune = {
|
||||
enable = true;
|
||||
flags = [ "--all" ];
|
||||
dates = "weekly";
|
||||
};
|
||||
};
|
||||
};
|
||||
#+end_src
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user