summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-14 14:40:13 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-14 14:40:13 +0200
commit8a38e9fc0b6423f16f3866d8f54fb2190de1e17e (patch)
tree2c6d7ad76222e8c5e754b7a0be8b9c8c9b34a78a
parentccf381f27bb680b5953b48c28c8f90f6ccc8619f (diff)
downloadnixos-8a38e9fc0b6423f16f3866d8f54fb2190de1e17e.tar
nixos-8a38e9fc0b6423f16f3866d8f54fb2190de1e17e.tar.gz
nixos-8a38e9fc0b6423f16f3866d8f54fb2190de1e17e.tar.bz2
nixos-8a38e9fc0b6423f16f3866d8f54fb2190de1e17e.tar.xz
nixos-8a38e9fc0b6423f16f3866d8f54fb2190de1e17e.zip
newgrp and co on hel
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 79da64c2..61daf7c5 100644
--- a/hel.nix
+++ b/hel.nix
@@ -47,6 +47,7 @@
47 environment.systemPackages = with pkgs; [ 47 environment.systemPackages = with pkgs; [
48 git 48 git
49 slock 49 slock
50 shadow
50 ]; 51 ];
51 52
52 services = { 53 services = {