forked from extern/nixos-wiki-infra
simplify directory structure
This commit is contained in:
parent
820b0071b4
commit
fc44473828
@ -18,8 +18,8 @@
|
|||||||
systems = lib.systems.flakeExposed;
|
systems = lib.systems.flakeExposed;
|
||||||
imports = [
|
imports = [
|
||||||
inputs.treefmt-nix.flakeModule
|
inputs.treefmt-nix.flakeModule
|
||||||
./terraform/targets/flake-module.nix
|
./targets/flake-module.nix
|
||||||
./nix/modules/flake-module.nix
|
./modules/flake-module.nix
|
||||||
];
|
];
|
||||||
perSystem = { config, pkgs, ... }: {
|
perSystem = { config, pkgs, ... }: {
|
||||||
treefmt = {
|
treefmt = {
|
||||||
|
@ -10,7 +10,7 @@ terraform {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module "wiki" {
|
module "wiki" {
|
||||||
source = "../../modules/wiki"
|
source = "../../terraform/nixos-wiki"
|
||||||
netlify_dns_zone = "nixos-wiki.thalheim.io"
|
netlify_dns_zone = "nixos-wiki.thalheim.io"
|
||||||
domain = "nixos-wiki.thalheim.io"
|
domain = "nixos-wiki.thalheim.io"
|
||||||
nixos_flake_attr = "nixos-wiki-production"
|
nixos_flake_attr = "nixos-wiki-production"
|
@ -10,7 +10,7 @@ terraform {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module "wiki" {
|
module "wiki" {
|
||||||
source = "../../modules/wiki"
|
source = "../../terraform/nixos-wiki"
|
||||||
netlify_dns_zone = "nixos-wiki.thalheim.io"
|
netlify_dns_zone = "nixos-wiki.thalheim.io"
|
||||||
nixos_flake_attr = "nixos-wiki-staging"
|
nixos_flake_attr = "nixos-wiki-staging"
|
||||||
nixos_vars_file = "${path.module}/nixos-vars.json"
|
nixos_vars_file = "${path.module}/nixos-vars.json"
|
@ -1,16 +0,0 @@
|
|||||||
# This file is maintained automatically by "terraform init".
|
|
||||||
# Manual edits may be lost in future updates.
|
|
||||||
|
|
||||||
provider "registry.terraform.io/aegirhealth/netlify" {
|
|
||||||
version = "0.6.12"
|
|
||||||
hashes = [
|
|
||||||
"h1:jorNWhgRCghXD0F6S7urDp1dPeczpFMTGttLeYAdbuo=",
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
||||||
provider "registry.terraform.io/hetznercloud/hcloud" {
|
|
||||||
version = "1.38.2"
|
|
||||||
hashes = [
|
|
||||||
"h1:RVMJb7bPzN6xrsIpegNBpSlx8pnhowWV9mzsvPFPvRU=",
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user