diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-06-14 13:39:16 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-06-14 13:39:16 -0500 |
| commit | 6451ea9aee5adb416570e6756402303d0c2e3554 (patch) | |
| tree | bfa912f647768ff6dc638fa047547ea7b396e497 /hosts/poweredge/configuration.nix | |
| parent | ee78434183f94624fb25640a76b571c00e67e1b0 (diff) | |
| download | nixos-6451ea9aee5adb416570e6756402303d0c2e3554.tar.xz nixos-6451ea9aee5adb416570e6756402303d0c2e3554.zip | |
fix default gateway for router and assign mac addresses for all containers
Diffstat (limited to 'hosts/poweredge/configuration.nix')
| -rw-r--r-- | hosts/poweredge/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/poweredge/configuration.nix b/hosts/poweredge/configuration.nix index 8ad7350..301566c 100644 --- a/hosts/poweredge/configuration.nix +++ b/hosts/poweredge/configuration.nix @@ -4,10 +4,10 @@ ./fileshares.nix ./networking.nix #./notification-mailer.nix # TODO move some of this stuff to archetype - #./gitea.nix + ./gitea.nix ./jellyfin.nix ./immich.nix - #./bitcoind.nix + ./bitcoind.nix ]; # Setup bootloader |
