minor changes
This commit is contained in:
parent
8a0cf7dabc
commit
90b5d970be
3 changed files with 3 additions and 6 deletions
6
modules/system/containers.nix
Normal file
6
modules/system/containers.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }: {
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue