diff options
-rw-r--r-- | bragi.nix | 1 | ||||
-rw-r--r-- | odin.nix | 10 |
2 files changed, 1 insertions, 10 deletions
@@ -121,7 +121,6 @@ in rec { | |||
121 | tmux | 121 | tmux |
122 | nfs-utils | 122 | nfs-utils |
123 | jack2Full | 123 | jack2Full |
124 | zsh | ||
125 | tprint | 124 | tprint |
126 | samba | 125 | samba |
127 | rebuild-system | 126 | rebuild-system |
@@ -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; |