diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-09-01 21:47:00 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-09-01 21:47:00 +0200 |
| commit | dd935615379b477e827e9cc129120fd4baaf8ad6 (patch) | |
| tree | 80dc9b96423ea8539202f2230f4da8b0890765f5 /home/wilkuu.nix | |
| parent | 1be972048dd58218cd689ecb5cac562eb398b751 (diff) | |
update flake, fix systemd-oomd and add wayvnc
Diffstat (limited to 'home/wilkuu.nix')
| -rw-r--r-- | home/wilkuu.nix | 15 |
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"; |
