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