nixos: add mount check for home directory

PR #1271
This commit is contained in:
Finn Behrens 2020-05-25 11:16:57 +02:00 committed by Robert Helgesson
parent a957e2dc6b
commit 5ba71ef91f
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ in {
environment = serviceEnvironment;
unitConfig = { RequiresMountsFor = usercfg.home.homeDirectory; };
serviceConfig = {
User = usercfg.home.username;
Type = "oneshot";