summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@eostre.nix12
-rw-r--r--accounts/mherold@eostre.nix12
2 files changed, 0 insertions, 24 deletions
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 @@
5 ]; 5 ];
6 6
7 config = { 7 config = {
8 systemd.services."home-manager-${userName}" = {
9 bindsTo = ["home-${userName}.mount"];
10 after = ["home-${userName}.mount"];
11 };
12
13 systemd.mounts = [
14 {
15 where = "/home/${userName}";
16 wants = ["home-manager-${userName}.service"];
17 }
18 ];
19
20 home-manager.users.${userName} = { 8 home-manager.users.${userName} = {
21 nixpkgs.config = { 9 nixpkgs.config = {
22 allowUnfree = true; 10 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 @@
4 hashedPassword = lib.mkForce "$6$rounds=500000$TaikR1KI4CGveV0a$jLrBjNScflgniUiy87zxQ.IjnyK8K7FbYTW7L0k0EBVrdiImds26WwNjA6DrQpENALwPMzJVIK5BTie17fFVG."; 4 hashedPassword = lib.mkForce "$6$rounds=500000$TaikR1KI4CGveV0a$jLrBjNScflgniUiy87zxQ.IjnyK8K7FbYTW7L0k0EBVrdiImds26WwNjA6DrQpENALwPMzJVIK5BTie17fFVG.";
5 }; 5 };
6 6
7 systemd.services."home-manager-${userName}" = {
8 bindsTo = ["home-${userName}.mount"];
9 after = ["home-${userName}.mount"];
10 };
11
12 systemd.mounts = [
13 {
14 where = "/home/${userName}";
15 wants = ["home-manager-${userName}.service"];
16 }
17 ];
18
19 home-manager.users.${userName} = { 7 home-manager.users.${userName} = {
20 nixpkgs.config = { 8 nixpkgs.config = {
21 allowUnfree = true; 9 allowUnfree = true;