nixos: add mount check for home directory

PR #1271

(cherry picked from commit 5ba71ef91f)
This commit is contained in:
Finn Behrens 2020-05-25 11:16:57 +02:00 committed by Robert Helgesson
parent 96fcf3b017
commit 3797004203
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -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";