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 config_tf = each.value.config_tf
for_each = { for name, inst in { for_each = { for name, inst in {
wiki = "vm02187" # wiki = "vm02187" # does not resolve
forgejo = "vm02116" # forgejo = "vm02116" # does not resolve
# TODO: move these to a separate `host` dir # TODO: move these to a separate `host` dir
dns = "fedi200" # dns = "fedi200" # does not accept root user
demo = "fedi201" fedipanel = "fedi201"
} : name => { } : name => {
hostname = inst hostname = inst
config_tf = { config_tf = {

View file

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

View file

@ -68,6 +68,19 @@
"url": "https://github.com/hercules-ci/gitignore.nix/archive/637db329424fd7e46cf4185293b9cc8c88c95394.tar.gz", "url": "https://github.com/hercules-ci/gitignore.nix/archive/637db329424fd7e46cf4185293b9cc8c88c95394.tar.gz",
"hash": "02wxkdpbhlm3yk5mhkhsp3kwakc16xpmsf2baw57nz1dg459qv8w" "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": { "htmx": {
"type": "GitRelease", "type": "GitRelease",
"repository": { "repository": {