init rallly

This commit is contained in:
eyjhb 2025-03-01 15:42:13 +01:00
parent aeb1866415
commit c45a243df6
Signed by: eyjhb
GPG key ID: 609F508E3239F920
7 changed files with 20 additions and 3 deletions

View file

@ -6,6 +6,7 @@
./../shared/applications/server/nginx.nix ./../shared/applications/server/nginx.nix
./../shared/applications/server/postgresql.nix # INCLUDES DATABASE BACKUPS ./../shared/applications/server/postgresql.nix # INCLUDES DATABASE BACKUPS
./../shared/applications/server/restic.nix # EXTERNAL BACKUP ./../shared/applications/server/restic.nix # EXTERNAL BACKUP
./../shared/applications/server/podman.nix
./../shared/applications/state/postgresql.nix ./../shared/applications/state/postgresql.nix
./../shared/applications/state/ssh.nix ./../shared/applications/state/ssh.nix
@ -28,6 +29,8 @@
./gerd/services/matrix-synapse.nix ./gerd/services/matrix-synapse.nix
./gerd/services/uptime-kuma.nix ./gerd/services/uptime-kuma.nix
./gerd/services/rallly.nix
]; ];
networking.hostName = "gerd"; networking.hostName = "gerd";

View file

@ -54,6 +54,10 @@
# uptime-kuma # uptime-kuma
uptime-kuma-ldap-pass.file = ./uptime-kuma/ldap-pass.age; uptime-kuma-ldap-pass.file = ./uptime-kuma/ldap-pass.age;
# rallly
rallly-ldap-pass.file = ./rallly/ldap-pass.age;
rallly-env.file = ./rallly/env.age;
}; };
users.groups.secrets-lldap-bind-user-pass = {}; users.groups.secrets-lldap-bind-user-pass = {};

BIN
secrets/rallly/env.age Normal file

Binary file not shown.

Binary file not shown.

View file

@ -64,4 +64,8 @@ in
# uptime-kuma # uptime-kuma
"uptime-kuma/ldap-pass.age".publicKeys = defaultAccess; "uptime-kuma/ldap-pass.age".publicKeys = defaultAccess;
# rallly
"rallly/ldap-pass.age".publicKeys = defaultAccess;
"rallly/env.age".publicKeys = defaultAccess;
} }

View file

@ -0,0 +1,6 @@
{
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
}

View file

@ -41,10 +41,10 @@
"homepage": null, "homepage": null,
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5135c59491985879812717f4c9fea69604e7f26f", "rev": "6313551cd05425cd5b3e63fe47dbc324eabb15e4",
"sha256": "09qy7zv80bkd9ighsw0bdxjq70dw3qjnyvg7il1fycrsgs5x1gan", "sha256": "0fxw15gia9cc72spsqf1870bggp8gx694cr2g8hspm3jbj87xr0g",
"type": "tarball", "type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/5135c59491985879812717f4c9fea69604e7f26f.tar.gz", "url": "https://github.com/NixOS/nixpkgs/archive/6313551cd05425cd5b3e63fe47dbc324eabb15e4.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
} }
} }