mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Working on setting up matrix
This commit is contained in:
parent
d285d44932
commit
972cb8bc82
5 changed files with 57 additions and 5 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue