add the syncthing service
This commit is contained in:
parent
25d5980e6c
commit
0a1dcf0a6a
4 changed files with 80 additions and 19 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue