waffentrager: add elements service description
This commit is contained in:
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";
|
||||
|
|
Loading…
Reference in New Issue