alyssum/home.syncthing: fixup hm config
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-06-17 19:50:02 +10:00
parent 8157d0d561
commit 9a821fda94
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -8,6 +8,11 @@
linger = true;
};
home-manager.users.kujira = { ... }: {
home = {
username = "kujira";
homeDirectory = "/home/kujira";
stateVersion = "26.05";
};
services.syncthing = {
enable = true;
guiAddress = ":8385";