alyssum/home.syncthing: fixup hm config
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
This commit is contained in:
parent
8157d0d561
commit
9a821fda94
1 changed files with 5 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue