diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-10 17:01:59 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-10 17:01:59 +0200 |
commit | 13d2046143498c6bc8d3350b27cb526d4568bcde (patch) | |
tree | 1297b32fcd88bfdc2f701aebe241992bdb995e1f /odin.nix | |
parent | 3e63bd353cc0284485b27ac7ca0f782f2fbb76fa (diff) | |
download | nixos-13d2046143498c6bc8d3350b27cb526d4568bcde.tar nixos-13d2046143498c6bc8d3350b27cb526d4568bcde.tar.gz nixos-13d2046143498c6bc8d3350b27cb526d4568bcde.tar.bz2 nixos-13d2046143498c6bc8d3350b27cb526d4568bcde.tar.xz nixos-13d2046143498c6bc8d3350b27cb526d4568bcde.zip |
samba utils on odin
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ | |||
38 | quota | 38 | quota |
39 | git | 39 | git |
40 | (callPackage ./utils/nix/rebuild-system.nix {}) | 40 | (callPackage ./utils/nix/rebuild-system.nix {}) |
41 | samba | ||
41 | ]; | 42 | ]; |
42 | 43 | ||
43 | programs.zsh.enable = true; | 44 | programs.zsh.enable = true; |