From ab597f16f28093af2e08292b9c10594fdf2da43c Mon Sep 17 00:00:00 2001 From: Root Date: Thu, 25 Feb 2021 21:22:55 +0000 Subject: [PATCH] Local config should be elsewhere --- config/hosts/plato.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hosts/plato.nix b/config/hosts/plato.nix index 958e38d..d0dc36c 100644 --- a/config/hosts/plato.nix +++ b/config/hosts/plato.nix @@ -7,6 +7,7 @@ with lib; { adjtime.source = "/state/etc/adjtime"; NIXOS.source = "/state/etc/NIXOS"; machine-id.source = "/state/etc/machine-id"; + "host-config.nix".source = "/state/etc/host-config.nix"; }; system.stateVersion = "20.09";