add machine verbena
This commit is contained in:
35
machines/verbena/configuration.nix
Normal file
35
machines/verbena/configuration.nix
Normal 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
2227
machines/verbena/facter.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user