add machine verbena

This commit is contained in:
2025-09-15 21:37:21 +02:00
parent 4f2d448d6f
commit 3616993be8
4 changed files with 2273 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{ self, lib, ... }:
{
imports = [
../../system/core
../../system/nix
../../modules/unbound.nix
../../modules/unbound-auth.nix
self.inputs.srvos.nixosModules.server
];
nixpkgs.hostPlatform = "x86_64-linux";
networking.hostName = "verbena";
networking.useDHCP = lib.mkDefault true;
clan.core.settings.state-version.enable = true;
services.nginx = {
enable = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
};
networking.firewall.allowedTCPPorts = [
80
443
];
security.acme = {
acceptTerms = true;
defaults.email = "admin@turifer.dev";
};
}

2227
machines/verbena/facter.json Normal file

File diff suppressed because it is too large Load Diff