diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 20:06:31 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 20:06:31 +0200 |
| commit | 5529433b0db6d41b26a888a1ad3dfc7bd2348e19 (patch) | |
| tree | 2057dd4986febf3fc9d7016dcb51be83baac1f7a | |
| parent | 3c3eb52e6417c3c8fa14062bf2ade3924ee2cd68 (diff) | |
| download | nixos-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.nix | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 : { |
