summaryrefslogtreecommitdiffstats
path: root/tv/2configs/default.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-13 19:57:45 +0100
committertv <tv@krebsco.de>2016-02-13 19:58:24 +0100
commitc276992906cf189c018bd7eac537b9d6cb69723d (patch)
tree6c9cfa3258b9e8b999396b6a6b30fc053ca33886 /tv/2configs/default.nix
parent0798ee7bfb748e877e89c452e8fa4fa74b159eb7 (diff)
tv: add systemd.services.xu-qemu0 + xu-qemu0-monitor
Diffstat (limited to 'tv/2configs/default.nix')
-rw-r--r--tv/2configs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix
index dee0b15..2edaed7 100644
--- a/tv/2configs/default.nix
+++ b/tv/2configs/default.nix
@@ -44,6 +44,7 @@ with lib;
tv = {
isNormalUser = true;
uid = 1337;
+ extraGroups = [ "tv" ];
};
};
};