summaryrefslogtreecommitdiffstats
path: root/tv/1systems/mu/config.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-08-02 02:14:49 +0200
committertv <tv@krebsco.de>2017-08-02 02:59:01 +0200
commit87c7d8dcf933c2de783098dfe9b6f1b383062daf (patch)
treedabbdbd31966138313a9c9897940f4e4968b2a42 /tv/1systems/mu/config.nix
parentd97d86eddec8002a7a7e5b01320e33121a6ff27f (diff)
tv mu: enable x0vncserver
Diffstat (limited to 'tv/1systems/mu/config.nix')
-rw-r--r--tv/1systems/mu/config.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix
index 96ccd321..08948187 100644
--- a/tv/1systems/mu/config.nix
+++ b/tv/1systems/mu/config.nix
@@ -12,6 +12,8 @@ with import <stockholm/lib>;
krebs.build.host = config.krebs.hosts.mu;
krebs.build.user = mkForce config.krebs.users.vv;
+ tv.x0vncserver.enable = true;
+
# hardware configuration
boot.initrd.luks.devices = [
{ name = "vgmu1"; device = "/dev/sda2"; }