common: move to modules, move some files out, modules: adjust dir structure
This commit is contained in:
parent
ed5f8c3ae6
commit
0bc9abc4c0
43 changed files with 86 additions and 83 deletions
15
modules/nixos/services/homeserver/default.nix
Executable file
15
modules/nixos/services/homeserver/default.nix
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./authentik.nix
|
||||
./caddy.nix
|
||||
./cloudflared.nix
|
||||
./nextcloud.nix
|
||||
./restic.nix
|
||||
./sops.nix
|
||||
./uptime-kuma.nix
|
||||
./vaultwarden.nix
|
||||
./zipline.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue