secrets
This commit is contained in:
parent
6198678a17
commit
d9b8bd008e
|
@ -38,7 +38,7 @@ in
|
||||||
in {
|
in {
|
||||||
User = "domeneshop";
|
User = "domeneshop";
|
||||||
Group = "domeneshop";
|
Group = "domeneshop";
|
||||||
DynamicUser = true;
|
#DynamicUser = true; # maybe re-enable when sops-nix is in place?
|
||||||
ExecStart = "${prog}/bin/domeneshop-dyndns-updater.sh";
|
ExecStart = "${prog}/bin/domeneshop-dyndns-updater.sh";
|
||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
};
|
};
|
||||||
|
@ -52,6 +52,9 @@ in
|
||||||
Unit = "domeneshop-updater.service";
|
Unit = "domeneshop-updater.service";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
users.users.domeneshop.isSystemUser = true;
|
||||||
|
users.users.group = "domeneshop";
|
||||||
|
users.groups.domeneshop = {};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue