mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +01:00
parent
a957e2dc6b
commit
5ba71ef91f
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ in {
|
||||||
|
|
||||||
environment = serviceEnvironment;
|
environment = serviceEnvironment;
|
||||||
|
|
||||||
|
unitConfig = { RequiresMountsFor = usercfg.home.homeDirectory; };
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = usercfg.home.username;
|
User = usercfg.home.username;
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
|
Loading…
Reference in a new issue