diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-05 01:29:41 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-05 21:23:19 +0100 |
| commit | 72a532244594a370f597babf700fb013123d8c17 (patch) | |
| tree | 0cdfcd4dea9cf3696c4f5c131c0e15283a328e43 /home | |
| parent | 466adabc7229bda8119fa27820ceea659979b3f5 (diff) | |
Secrets via nixos-sops, caldav and fixed virt
Diffstat (limited to 'home')
| -rw-r--r-- | home/wilkuu.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/home/wilkuu.nix b/home/wilkuu.nix index 914824e..9547aec 100644 --- a/home/wilkuu.nix +++ b/home/wilkuu.nix @@ -1,6 +1,4 @@ { config ,pkgs, hostconfig, ... }: { - - imports = [../home-modules]; homeapps.presets.full.enable = true; @@ -16,6 +14,7 @@ }; }; + homesv.vdirsyncer.enable = true; home.username = "wilkuu"; home.homeDirectory = "/home/wilkuu"; |
