diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-05-19 10:02:47 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-05-19 10:02:47 +0200 |
commit | c5fa7f9221fa12a57b0d1fa8d8dd1a80c468a9dd (patch) | |
tree | 30631b64ba9ee14be2966904a82b213b7d85b012 /odin.nix | |
parent | eb6a91e0a3f1a06cfa7520eb60fdace24521e92f (diff) | |
download | nixos-c5fa7f9221fa12a57b0d1fa8d8dd1a80c468a9dd.tar nixos-c5fa7f9221fa12a57b0d1fa8d8dd1a80c468a9dd.tar.gz nixos-c5fa7f9221fa12a57b0d1fa8d8dd1a80c468a9dd.tar.bz2 nixos-c5fa7f9221fa12a57b0d1fa8d8dd1a80c468a9dd.tar.xz nixos-c5fa7f9221fa12a57b0d1fa8d8dd1a80c468a9dd.zip |
...
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -14,6 +14,7 @@ | |||
14 | ./custom/borgbackup.nix | 14 | ./custom/borgbackup.nix |
15 | ./custom/motion.nix | 15 | ./custom/motion.nix |
16 | ./custom/unit-status-mail.nix | 16 | ./custom/unit-status-mail.nix |
17 | ./custom/zsh.nix | ||
17 | ./utils/nix/module.nix | 18 | ./utils/nix/module.nix |
18 | ]; | 19 | ]; |
19 | 20 | ||
@@ -56,15 +57,6 @@ | |||
56 | monitor-uucp | 57 | monitor-uucp |
57 | ]; | 58 | ]; |
58 | 59 | ||
59 | programs.zsh = { | ||
60 | enable = true; | ||
61 | shellInit = lib.mkForce '' | ||
62 | . ${config.system.build.setEnvironment} | ||
63 | |||
64 | ${config.environment.shellInit} | ||
65 | ''; | ||
66 | }; | ||
67 | |||
68 | services.openssh = { | 60 | services.openssh = { |
69 | enable = true; | 61 | enable = true; |
70 | passwordAuthentication = false; | 62 | passwordAuthentication = false; |