add the syncthing service

This commit is contained in:
MFlossmann 2024-05-09 19:41:05 +02:00
parent 25d5980e6c
commit 0a1dcf0a6a
4 changed files with 80 additions and 19 deletions

View file

@ -58,6 +58,13 @@ in {
sharedSettings = {
# put settings here that are shared between homemanager and nixos, e.g.
# hyprland.enable = lib.mkEnableOption "enable hyprland";
mainUser = lib.mkOption {
type = lib.types.str;
default = "prunebutt";
example = "mainUser";
description = "The main user that runs the system";
};
};
};