waffentrager: add elements service description

This commit is contained in:
2024-03-23 15:48:51 +01:00
parent 7c52e76348
commit 597131aba4
@@ -12,6 +12,7 @@
lib.mkIf cfg.enable {
systemd.services.elements-mount = {
description = "Decrypt and mount elements drive";
wantedBy = [ "multi-user.target" ];
path = [ pkgs.cryptsetup pkgs.coreutils pkgs.util-linux ];
serviceConfig.Type = "oneshot";