mirror of
https://github.com/materusPL/nixos-config
synced 2025-06-17 14:06:15 +02:00
waffentrager: add elements service description
This commit is contained in:
parent
7c52e76348
commit
597131aba4
@ -12,6 +12,7 @@
|
|||||||
lib.mkIf cfg.enable {
|
lib.mkIf cfg.enable {
|
||||||
|
|
||||||
systemd.services.elements-mount = {
|
systemd.services.elements-mount = {
|
||||||
|
description = "Decrypt and mount elements drive";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
path = [ pkgs.cryptsetup pkgs.coreutils pkgs.util-linux ];
|
path = [ pkgs.cryptsetup pkgs.coreutils pkgs.util-linux ];
|
||||||
serviceConfig.Type = "oneshot";
|
serviceConfig.Type = "oneshot";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user