summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 20:06:31 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 20:06:31 +0200
commit5529433b0db6d41b26a888a1ad3dfc7bd2348e19 (patch)
tree2057dd4986febf3fc9d7016dcb51be83baac1f7a
parent3c3eb52e6417c3c8fa14062bf2ade3924ee2cd68 (diff)
downloadnixos-5529433b0db6d41b26a888a1ad3dfc7bd2348e19.tar
nixos-5529433b0db6d41b26a888a1ad3dfc7bd2348e19.tar.gz
nixos-5529433b0db6d41b26a888a1ad3dfc7bd2348e19.tar.bz2
nixos-5529433b0db6d41b26a888a1ad3dfc7bd2348e19.tar.xz
nixos-5529433b0db6d41b26a888a1ad3dfc7bd2348e19.zip
media group on vali
-rw-r--r--vali.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/vali.nix b/vali.nix
index fbdad4e4..cc914eb9 100644
--- a/vali.nix
+++ b/vali.nix
@@ -82,6 +82,10 @@ rec {
82 openssh.authorizedKeys.keyFiles = template.openssh.authorizedKeys.keyFiles; 82 openssh.authorizedKeys.keyFiles = template.openssh.authorizedKeys.keyFiles;
83 }; 83 };
84 84
85 users.extraGroups.media = {
86 members = [ "gkleen" ];
87 };
88
85 system.activationScripts = let 89 system.activationScripts = let
86 setupUsers = pkgs.callPackage custom/dotfiles.nix {}; 90 setupUsers = pkgs.callPackage custom/dotfiles.nix {};
87 toRec = name : { 91 toRec = name : {