diff options
| author | makefu <github@syntax-fehler.de> | 2015-11-06 22:38:44 +0100 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2015-11-06 22:38:44 +0100 |
| commit | dd78cfa9952ec87ced5c00355e924990e4648dbd (patch) | |
| tree | 8c61660c8d2af94a9afb103ff4b8df4c2c1b2bb2 /tv/1systems/wu.nix | |
| parent | b0dda11ba0cef7ae707fd7b60e458336f7ce232d (diff) | |
| parent | 260f893f9d9f5bd54c7b406021bce14fd2c39139 (diff) | |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'tv/1systems/wu.nix')
| -rw-r--r-- | tv/1systems/wu.nix | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index b12e7df..33292c6 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -15,11 +15,9 @@ with lib; target-path = "/var/src/nixpkgs"; }; dir.secrets = { - host = config.krebs.hosts.wu; path = "/home/tv/secrets/wu"; }; dir.stockholm = { - host = config.krebs.hosts.wu; path = "/home/tv/stockholm"; target-path = "/var/src/stockholm"; }; @@ -27,11 +25,11 @@ with lib; imports = [ ../2configs/hw/w110er.nix - ../2configs/base.nix #../2configs/consul-client.nix ../2configs/git.nix ../2configs/mail-client.nix ../2configs/xserver + ../2configs/z.nix { environment.systemPackages = with pkgs; [ @@ -287,16 +285,6 @@ with lib; onion = { uid = 6660010; }; - - zalora = { - uid = 1000301; - extraGroups = [ - "audio" - # TODO remove vboxusers when hardening is active - "vboxusers" - "video" - ]; - }; }; security.sudo.extraConfig = |
