summaryrefslogtreecommitdiff
path: root/accounts/mherold@eostre.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/mherold@eostre.nix')
-rw-r--r--accounts/mherold@eostre.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/accounts/mherold@eostre.nix b/accounts/mherold@eostre.nix
index 538a3903..287cabd6 100644
--- a/accounts/mherold@eostre.nix
+++ b/accounts/mherold@eostre.nix
@@ -9,9 +9,12 @@
9 after = ["home-${userName}.mount"]; 9 after = ["home-${userName}.mount"];
10 }; 10 };
11 11
12 systemd.mounts."home-${userName}" = { 12 systemd.mounts = [
13 wants = ["home-manager-${userName}.service"]; 13 {
14 }; 14 where = "/home/${userName}";
15 wants = ["home-manager-${userName}.service"];
16 }
17 ];
15 18
16 home-manager.users.${userName} = { 19 home-manager.users.${userName} = {
17 nixpkgs.config = { 20 nixpkgs.config = {