Move podman to module
This commit is contained in:
@ -21,10 +21,6 @@ with lib.my;
|
||||
allowedTCPPorts = [
|
||||
22 # SSH
|
||||
];
|
||||
interfaces."podman+" = {
|
||||
allowedUDPPorts = [ 53 ];
|
||||
allowedTCPPorts = [ 53 ];
|
||||
};
|
||||
};
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
@ -153,6 +149,7 @@ with lib.my;
|
||||
services.jellyfin.enable = true;
|
||||
|
||||
modules = {
|
||||
podman.enable = true;
|
||||
security = {
|
||||
gpg.enable = true;
|
||||
};
|
||||
|
Reference in New Issue
Block a user