waffentrager: add elements service description

This commit is contained in:
Mateusz Słodkowicz 2024-03-23 15:48:51 +01:00
parent 7c52e76348
commit 597131aba4
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 1 additions and 0 deletions

View File

@ -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";