Update de rotina
This commit is contained in:
committed by
GitHub
parent
3c5d19c060
commit
272bfb68d5
@@ -0,0 +1,8 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
## distro box
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user