fix: All machine have they own hardware
This commit is contained in:
parent
1637885001
commit
4070c37cc5
17 changed files with 286 additions and 103 deletions
10
host.nix
10
host.nix
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
{
|
||||
config = lib.mkIf (config.networking.hostName == "ThinkCentre-Server-004") {
|
||||
sVAULTWARDEN.enable = true;
|
||||
sROUNDCUBE.enable = true;
|
||||
sSEARXNG.enable = true;
|
||||
sACME.enable = true;
|
||||
sNEWT.enable = true;
|
||||
module.vaultwarden.enable = true;
|
||||
module.roundcube.enable = true;
|
||||
module.searxng.enable = true;
|
||||
module.acme.enable = true;
|
||||
module.newt.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue