summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 19:34:16 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 19:34:16 +0200
commit3ba89d0aee54598b2d6bf93f56ba58f0faad23b4 (patch)
treef3bd1dfcbf251dd14ae982dfdea5fb1816552b0d
parente2cde1f2db2d55409c9ad5fa526abd763153fbb8 (diff)
downloadnixos-3ba89d0aee54598b2d6bf93f56ba58f0faad23b4.tar
nixos-3ba89d0aee54598b2d6bf93f56ba58f0faad23b4.tar.gz
nixos-3ba89d0aee54598b2d6bf93f56ba58f0faad23b4.tar.bz2
nixos-3ba89d0aee54598b2d6bf93f56ba58f0faad23b4.tar.xz
nixos-3ba89d0aee54598b2d6bf93f56ba58f0faad23b4.zip
default shell for media
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 5d4eb207..3dfbe6f4 100644
--- a/hel.nix
+++ b/hel.nix
@@ -256,6 +256,7 @@
256 openssh.authorizedKeys.keyFiles = [ 256 openssh.authorizedKeys.keyFiles = [
257 ./users/keys/gkleen-media-hel.pub 257 ./users/keys/gkleen-media-hel.pub
258 ]; 258 ];
259 useDefaultShell = true;
259 }; 260 };
260 261
261 extraGroups = { 262 extraGroups = {