From c9a5c521dbc7785aa4a6c1f410e547202075c13b Mon Sep 17 00:00:00 2001 From: andromeda Date: Tue, 6 Jan 2026 14:52:34 +0100 Subject: stash --- flake.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 8bd44d7..0965a26 100644 --- a/flake.nix +++ b/flake.nix @@ -62,7 +62,6 @@ modules = modules ++ [ - ./machines/${machine.hostname}/configuration.nix ./users.nix ./secrets.nix impermanence.nixosModules.impermanence @@ -77,6 +76,15 @@ nix-zulip'.overlays.default ]; } + ( + if machine.hostname != "109-199-104-83" + then + {config, ...}: { + imports = [./machines/${machine.hostname}/configuration.nix]; + networking.domain = config.networking.hostName; # temporary fix + } + else {imports = machine.modules;} + ) ]; }; configurationWithHomeManager = machine: (configuration machine -- cgit v1.3