home/syncthing: init
This commit is contained in:
parent
db8a928c44
commit
e19a21ccd4
2 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,7 @@ let
|
||||||
optionalDesktopModule = lib.optional (systemProfile == "desktop") {
|
optionalDesktopModule = lib.optional (systemProfile == "desktop") {
|
||||||
imports = [
|
imports = [
|
||||||
./home/dconf
|
./home/dconf
|
||||||
|
./home/syncthing
|
||||||
./home/terminal
|
./home/terminal
|
||||||
];
|
];
|
||||||
# other files
|
# other files
|
||||||
|
|
3
users/max/home/syncthing/default.nix
Normal file
3
users/max/home/syncthing/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
services.syncthing.enable = true;
|
||||||
|
}
|
Loading…
Reference in a new issue