init commit
This commit is contained in:
commit
181e6f681e
22 changed files with 940 additions and 0 deletions
13
pkgs/virtualisation.nix
Normal file
13
pkgs/virtualisation.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
# Auto-prune old containers
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
autoPrune = {
|
||||
enable = true;
|
||||
flags = [ "--all" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue