diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-11-11 18:48:33 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-11-11 18:48:33 +0100 |
commit | 4a7e77f8f9de052517b7db928312a9dce17e69a5 (patch) | |
tree | 06a2ac529d5d7e1f69e9dfecd1279875c512ac64 /accounts/mherold@eostre.nix | |
parent | a7a2b85a3a45b6c7c3dce3e189fb97be82068b1f (diff) | |
download | nixos-4a7e77f8f9de052517b7db928312a9dce17e69a5.tar nixos-4a7e77f8f9de052517b7db928312a9dce17e69a5.tar.gz nixos-4a7e77f8f9de052517b7db928312a9dce17e69a5.tar.bz2 nixos-4a7e77f8f9de052517b7db928312a9dce17e69a5.tar.xz nixos-4a7e77f8f9de052517b7db928312a9dce17e69a5.zip |
...
Diffstat (limited to 'accounts/mherold@eostre.nix')
-rw-r--r-- | accounts/mherold@eostre.nix | 12 |
1 files changed, 0 insertions, 12 deletions
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; |