summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/odin.nix b/odin.nix
index d9cb5c23..86015968 100644
--- a/odin.nix
+++ b/odin.nix
@@ -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;