mirror of
https://github.com/materusPL/nixos-config
synced 2025-06-17 22:16:14 +02:00
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…
x
Reference in New Issue
Block a user