summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-18 14:36:35 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-18 14:36:35 +0200
commit7e61a4b4f1184657289555d8112226c77ffcf1b7 (patch)
treedd4f0c53b343cf4428cb35e474b37cd696d96f4b /odin.nix
parent12ee11496fbb107abda7c40e7bb4b1cbcb8c942c (diff)
downloadnixos-7e61a4b4f1184657289555d8112226c77ffcf1b7.tar
nixos-7e61a4b4f1184657289555d8112226c77ffcf1b7.tar.gz
nixos-7e61a4b4f1184657289555d8112226c77ffcf1b7.tar.bz2
nixos-7e61a4b4f1184657289555d8112226c77ffcf1b7.tar.xz
nixos-7e61a4b4f1184657289555d8112226c77ffcf1b7.zip
Nicer utils
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index de672310..c3c37b58 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 ./utils/nix/module.nix
17 ]; 18 ];
18 19
19 # Use the GRUB 2 boot loader. 20 # Use the GRUB 2 boot loader.
@@ -39,9 +40,9 @@
39 mosh 40 mosh
40 quota 41 quota
41 git 42 git
42 (callPackage ./utils/nix/rebuild-system.nix {})
43 samba 43 samba
44 ntfs3g 44 ntfs3g
45 rebuild-system
45 ]; 46 ];
46 47
47 programs.zsh.enable = true; 48 programs.zsh.enable = true;