mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 23:20:18 +02:00
more refactoring
This commit is contained in:
parent
dcc640bd56
commit
ed7afeba43
20 changed files with 222 additions and 136 deletions
9
hosts/diva/features/default.nix
Normal file
9
hosts/diva/features/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
imports = [
|
||||
./backups.nix
|
||||
./fail2ban.nix
|
||||
./nextcloud.nix
|
||||
./uptime-kuma.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue