diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-23 16:13:24 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-23 16:15:33 +0100 |
| commit | 2572453be432e4ff4bac017703fd7214bcf63c39 (patch) | |
| tree | ad66010b03996bda162745edc4ca6c4fa09899e4 /home/wilkuu.nix | |
| parent | 605fa7e8728fadffcad471fef6f62cc4bf6a3082 (diff) | |
Move home definition to users
Diffstat (limited to 'home/wilkuu.nix')
| -rw-r--r-- | home/wilkuu.nix | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/home/wilkuu.nix b/home/wilkuu.nix deleted file mode 100644 index 1e744cd..0000000 --- a/home/wilkuu.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ - 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; - }; - }; - - homesv.vdirsyncer.enable = true; - - home.username = "wilkuu"; - home.homeDirectory = "/home/wilkuu"; - home.stateVersion = "24.11"; - programs.home-manager.enable = true; -} |
