summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-21 16:27:52 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-21 16:27:52 +0200
commitc9f6ec9377de8967b6e5d4d313d745f7a3ce9b6c (patch)
tree48e6450512707c94858de2c0501936f02d5af55c
parent0246bbf8bb5c946ebb26d135324fe9436d7e054f (diff)
downloadnixos-c9f6ec9377de8967b6e5d4d313d745f7a3ce9b6c.tar
nixos-c9f6ec9377de8967b6e5d4d313d745f7a3ce9b6c.tar.gz
nixos-c9f6ec9377de8967b6e5d4d313d745f7a3ce9b6c.tar.bz2
nixos-c9f6ec9377de8967b6e5d4d313d745f7a3ce9b6c.tar.xz
nixos-c9f6ec9377de8967b6e5d4d313d745f7a3ce9b6c.zip
-rw-r--r--ymir.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/ymir.nix b/ymir.nix
index 7b0a074b..00fe6efb 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -43,7 +43,7 @@ in rec {
43 ./custom/ymir-nginx.nix 43 ./custom/ymir-nginx.nix
44 ./custom/uucp.nix 44 ./custom/uucp.nix
45 ./custom/unit-status-mail.nix 45 ./custom/unit-status-mail.nix
46 # ./utils/nix/module.nix 46 ./utils/nix/module.nix
47 ]; 47 ];
48 48
49 boot.loader.grub = { 49 boot.loader.grub = {
@@ -155,7 +155,7 @@ in rec {
155 tmux 155 tmux
156 zsh 156 zsh
157 mlmmj 157 mlmmj
158 # rebuild-system 158 rebuild-system
159 ]; 159 ];
160 160
161 networking = { 161 networking = {