My NixOS and Home Manager configurations
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

move podman into module

+9 -1
+9
modules/programs/podman.nix
··· 1 + { 2 + unify.nixos.virtualisation.podman = { 3 + enable = true; 4 + autoPrune = { 5 + enable = true; 6 + flags = [ "--all" ]; 7 + }; 8 + }; 9 + }
-1
modules/toplevel/virtualisation.nix
··· 15 15 virtualisation = { 16 16 libvirtd.enable = true; 17 17 spiceUSBRedirection.enable = true; 18 - podman.enable = true; 19 18 }; 20 19 }; 21 20 modules.waydroid.nixos.virtualisation.waydroid.enable = true;