+m3-atlas
This commit is contained in:
12
hosts/m3-atlas/services/containers/default.nix
Normal file
12
hosts/m3-atlas/services/containers/default.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{lib, ...}: {
|
||||
imports = [
|
||||
./baserow.nix
|
||||
./ghost.nix
|
||||
./littlelink.nix
|
||||
];
|
||||
system.activationScripts.createPodmanNetworkWeb = lib.mkAfter ''
|
||||
if ! /run/current-system/sw/bin/podman network exists web; then
|
||||
/run/current-system/sw/bin/podman network create web --subnet=10.89.0.0/24 --internal
|
||||
fi
|
||||
'';
|
||||
}
|
Reference in New Issue
Block a user