Working on setting up matrix

This commit is contained in:
Gene Liverman 2024-06-17 21:40:01 -04:00
parent d285d44932
commit 972cb8bc82
5 changed files with 57 additions and 5 deletions

View file

@ -2,8 +2,7 @@
imports = [
./hardware-configuration.nix
./disk-config.nix
./post-install-general.nix
./post-install-nginx.nix
./post-install
];
system.stateVersion = "24.05";
@ -41,6 +40,10 @@
services = {
fail2ban.enable = true;
postgresql = {
enable = true;
package = pkgs.postresql_16;
};
uptime-kuma = {
enable = true;
settings = {