From 4a7e77f8f9de052517b7db928312a9dce17e69a5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 11 Nov 2022 18:48:33 +0100 Subject: ... --- accounts/gkleen@eostre.nix | 12 ------------ accounts/mherold@eostre.nix | 12 ------------ 2 files changed, 24 deletions(-) (limited to 'accounts') diff --git a/accounts/gkleen@eostre.nix b/accounts/gkleen@eostre.nix index 8257d815..e8423976 100644 --- a/accounts/gkleen@eostre.nix +++ b/accounts/gkleen@eostre.nix @@ -5,18 +5,6 @@ ]; config = { - systemd.services."home-manager-${userName}" = { - bindsTo = ["home-${userName}.mount"]; - after = ["home-${userName}.mount"]; - }; - - systemd.mounts = [ - { - where = "/home/${userName}"; - wants = ["home-manager-${userName}.service"]; - } - ]; - home-manager.users.${userName} = { nixpkgs.config = { allowUnfree = true; diff --git a/accounts/mherold@eostre.nix b/accounts/mherold@eostre.nix index 287cabd6..9eb9e738 100644 --- a/accounts/mherold@eostre.nix +++ b/accounts/mherold@eostre.nix @@ -4,18 +4,6 @@ hashedPassword = lib.mkForce "$6$rounds=500000$TaikR1KI4CGveV0a$jLrBjNScflgniUiy87zxQ.IjnyK8K7FbYTW7L0k0EBVrdiImds26WwNjA6DrQpENALwPMzJVIK5BTie17fFVG."; }; - systemd.services."home-manager-${userName}" = { - bindsTo = ["home-${userName}.mount"]; - after = ["home-${userName}.mount"]; - }; - - systemd.mounts = [ - { - where = "/home/${userName}"; - wants = ["home-manager-${userName}.service"]; - } - ]; - home-manager.users.${userName} = { nixpkgs.config = { allowUnfree = true; -- cgit v1.2.3