init rallly
This commit is contained in:
parent
aeb1866415
commit
c45a243df6
7 changed files with 20 additions and 3 deletions
|
@ -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";
|
||||||
|
|
|
@ -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
BIN
secrets/rallly/env.age
Normal file
Binary file not shown.
BIN
secrets/rallly/ldap-pass.age
Normal file
BIN
secrets/rallly/ldap-pass.age
Normal file
Binary file not shown.
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
6
shared/applications/server/podman.nix
Normal file
6
shared/applications/server/podman.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
virtualisation.podman = {
|
||||||
|
enable = true;
|
||||||
|
dockerCompat = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue