mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
commit
660bba6aea
3 changed files with 3 additions and 4 deletions
|
|
@ -192,7 +192,7 @@
|
|||
additionalSpecialArgs = {};
|
||||
};
|
||||
hetznix01 = nixosHostConfig {
|
||||
system = "aarch64-linux";
|
||||
system = "x86_64-linux";
|
||||
hostname = "hetznix01";
|
||||
username = "gene";
|
||||
additionalModules = [];
|
||||
|
|
|
|||
|
|
@ -53,9 +53,8 @@ in {
|
|||
add_header Strict-Transport-Security $hsts_header;
|
||||
'';
|
||||
virtualHosts = {
|
||||
"nue.technicalissues.us" = {
|
||||
"hetznix01.technicalissues.us" = {
|
||||
default = true;
|
||||
serverAliases = [ "hetznix01.technicalissues.us" ];
|
||||
listen = [
|
||||
{ port = http_port; addr = "0.0.0.0"; }
|
||||
{ port = https_port; addr = "0.0.0.0"; ssl = true; }
|
||||
|
|
|
|||
|
|
@ -15,5 +15,5 @@
|
|||
boot.extraModulePackages = [ ];
|
||||
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue