tin vip vai lon
This commit is contained in:
parent
5760ed4067
commit
4737199992
10 changed files with 148 additions and 110 deletions
9
host/server/services.nix
Normal file
9
host/server/services.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ libs, ... }:
|
||||
{
|
||||
imports = [
|
||||
(libs.root "/modules/services/adguardhome.nix")
|
||||
(libs.root "/modules/services/cloudflare-dyndns.nix")
|
||||
(libs.root "/modules/services/fail2ban.nix")
|
||||
(libs.root "/modules/services/openssh.nix")
|
||||
];
|
||||
}
|
||||
Reference in a new issue