From 3437a7479a61c47f5a8b62322e19cc9ddc99c051 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 31 May 2025 22:34:36 +0100 Subject: [PATCH] Override homelab local URLs --- hosts/t480/configuration.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hosts/t480/configuration.nix b/hosts/t480/configuration.nix index 45c98364..e08b947a 100644 --- a/hosts/t480/configuration.nix +++ b/hosts/t480/configuration.nix @@ -68,6 +68,18 @@ networking.networkmanager.enable = true; + networking.hosts = { + "192.168.1.116" = [ + "home.oliverdavies.uk" + "jellyfin.oliverdavies.uk" + "nixedo.oliverdavies.uk" + "paperless.oliverdavies.uk" + "photos.oliverdavies.uk" + "ssh.oliverdavies.uk" + "tubearchivist.oliverdavies.uk" + ]; + }; + security = { polkit.enable = true; rtkit.enable = true;