summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/wilkuu.nix15
1 files changed, 14 insertions, 1 deletions
diff --git a/home/wilkuu.nix b/home/wilkuu.nix
index d97d3fc..914824e 100644
--- a/home/wilkuu.nix
+++ b/home/wilkuu.nix
@@ -1,7 +1,20 @@
-{ config ,pkgs, ... }: {
+{ config ,pkgs, hostconfig, ... }: {
+
+
imports = [../home-modules];
homeapps.presets.full.enable = true;
+ # homeapps.vnc = true;
+
+ services.wayvnc = {
+ enable = true;
+ autoStart = false;
+ settings = {
+ # Todo, bind to vpn and LAN explicitly somehow
+ address = "0.0.0.0";
+ port = 5900;
+ };
+ };
home.username = "wilkuu";