Upgrade to NixOS 23.05 and SSD boot
This commit is contained in:
@@ -54,4 +54,10 @@
|
||||
${podman}/bin/podman pod exists cgm-repo || ${podman}/bin/podman pod create -n cgm-repo -p '127.0.0.1:1337:1337'
|
||||
'';
|
||||
};
|
||||
|
||||
# Start services after ZFS mount
|
||||
systemd.services.podman-mongodb.unitConfig.RequiresMountsFor =
|
||||
[ "vault.mount" ];
|
||||
systemd.services.podman-mqtt2prometheus.unitConfig.RequiresMountsFor =
|
||||
[ "vault.mount" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user