From 89993d7c8a54fa85e6f5d9814ec6dbb96806de5d Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Thu, 9 Jan 2025 08:26:58 +0100 Subject: [PATCH] Added hosts voor laptop config --- hosts/laptop/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 0957376..3b6b384 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -50,6 +50,11 @@ ]; }; + # Enable host + networking.hosts = { + "127.0.0.1" = [ "adguard.timo.bmrs.nl" "git.timo.bmrs.nl" "auth.timo.bmrs.nl" "ldap.timo.bmrs.nl" "dozzle.timo.bmrs.nl" "home.timo.bmrs.nl" "immich.timo.bmrs.nl" "paperless.timo.bmrs.nl" "search.timo.bmrs.nl" ]; + }; + # Bootloader. boot.loader.efi.canTouchEfiVariables = true; boot.loader.grub = {