hosts/hijiri: syncthing init
This commit is contained in:
parent
3466d5e0d7
commit
6e345a40ca
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@
|
||||||
anki-bin
|
anki-bin
|
||||||
];
|
];
|
||||||
programs.alacritty.settings.font.size = 14;
|
programs.alacritty.settings.font.size = 14;
|
||||||
|
|
||||||
|
services.syncthing = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
# TODO: Declarative syncthing config
|
||||||
};
|
};
|
||||||
common.incus.enable = true;
|
common.incus.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue