1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

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;
unitConfig = { RequiresMountsFor = usercfg.home.homeDirectory; };
serviceConfig = {
User = usercfg.home.username;
Type = "oneshot";