feat(modules): add modules for some common settings

This commit is contained in:
xinyangli 2024-07-29 14:56:01 +08:00
parent 1ce5b9ef9a
commit ffb223d03f
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
4 changed files with 45 additions and 3 deletions

View file

@ -1,7 +1,8 @@
{ config, pkgs, ... }:
{
imports = [
./common-nix-conf.nix
./common-settings/auth.nix
./common-settings/nix-conf.nix
./restic.nix
./vaultwarden.nix
./prometheus.nix