fix: also add umount in the environment

This commit is contained in:
Jonas Chevalier 2023-11-06 16:19:51 +01:00
parent 15d71f105d
commit a5490a30c5

View File

@ -143,7 +143,7 @@ in
path =
optional config.boot.zfs.enabled config.boot.zfs.package ++ [
pkgs.iptables
pkgs.mount
pkgs.util-linuxMinimal
];
serviceConfig = {
Type = if cfg.role == "agent" then "exec" else "notify";