Refactor
All checks were successful
/ check (push) Successful in 1m23s

This commit is contained in:
Oliver Davies 2025-05-04 01:36:11 +01:00
parent 12258cd8c8
commit f0d272038f
3 changed files with 2 additions and 6 deletions

View file

@ -10,6 +10,7 @@
./hardware-configuration.nix
./homelab.nix
./modules
./ports.nix
./secrets.nix
./services

View file

@ -1,10 +1,4 @@
{
imports = [ ./ports.nix ];
services = {
postgresqlBackup.enable = true;
};
homelab = {
enable = true;

View file

@ -14,6 +14,7 @@
];
services = {
postgresqlBackup.enable = true;
tailscale.enable = true;
};