feat : Add modular service to hostname
This commit is contained in:
parent
9453773af6
commit
1637885001
11 changed files with 112 additions and 66 deletions
11
host.nix
Normal file
11
host.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
config = lib.mkIf (config.networking.hostName == "ThinkCentre-Server-004") {
|
||||
sVAULTWARDEN.enable = true;
|
||||
sROUNDCUBE.enable = true;
|
||||
sSEARXNG.enable = true;
|
||||
sACME.enable = true;
|
||||
sNEWT.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue