parent
12258cd8c8
commit
f0d272038f
3 changed files with 2 additions and 6 deletions
|
@ -10,6 +10,7 @@
|
|||
./hardware-configuration.nix
|
||||
./homelab.nix
|
||||
./modules
|
||||
./ports.nix
|
||||
./secrets.nix
|
||||
./services
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
imports = [ ./ports.nix ];
|
||||
|
||||
services = {
|
||||
postgresqlBackup.enable = true;
|
||||
};
|
||||
|
||||
homelab = {
|
||||
enable = true;
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
];
|
||||
|
||||
services = {
|
||||
postgresqlBackup.enable = true;
|
||||
tailscale.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue