feat(MOMO): setup syncthing and vaultwarden
This commit is contained in:
parent
7968a18271
commit
6ca4dd9e57
33 changed files with 419 additions and 149 deletions
|
|
@ -1,6 +1,11 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
options.bchmnn = with lib; {
|
||||
|
||||
home = {
|
||||
enable = mkEnableOption "home";
|
||||
};
|
||||
|
||||
user = {
|
||||
extraGroups = mkOption {
|
||||
type = types.listOf types.str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue