Compare commits

...

2 commits

3 changed files with 18 additions and 5 deletions

View file

@ -11,11 +11,11 @@ module "nixos" {
config_tf = each.value.config_tf
for_each = { for name, inst in {
wiki = "vm02187"
forgejo = "vm02116"
# wiki = "vm02187" # does not resolve
# forgejo = "vm02116" # does not resolve
# TODO: move these to a separate `host` dir
dns = "fedi200"
demo = "fedi201"
# dns = "fedi200" # does not accept root user
fedipanel = "fedi201"
} : name => {
hostname = inst
config_tf = {

View file

@ -7,12 +7,12 @@ let
in
{
imports = [
<home-manager/nixos>
(import ../../../panel { }).module
];
security.acme = {
acceptTerms = true;
defaults.email = "beheer@procolix.com";
};
age.secrets.panel-ssh-key = {

View file

@ -68,6 +68,19 @@
"url": "https://github.com/hercules-ci/gitignore.nix/archive/637db329424fd7e46cf4185293b9cc8c88c95394.tar.gz",
"hash": "02wxkdpbhlm3yk5mhkhsp3kwakc16xpmsf2baw57nz1dg459qv8w"
},
"home-manager": {
"type": "Git",
"repository": {
"type": "GitHub",
"owner": "nix-community",
"repo": "home-manager"
},
"branch": "master",
"submodules": false,
"revision": "22b326b42bf42973d5e4fe1044591fb459e6aeac",
"url": "https://github.com/nix-community/home-manager/archive/22b326b42bf42973d5e4fe1044591fb459e6aeac.tar.gz",
"hash": "0hwllnym5mrrxinjsq0p9zn39i110c1xixp4x64svl7jjm5zb4c4"
},
"htmx": {
"type": "GitRelease",
"repository": {