diff --git a/flake.nix b/flake.nix index 86098a1..cd9a8e0 100644 --- a/flake.nix +++ b/flake.nix @@ -44,8 +44,9 @@ }; nixosConfigurations = { - chrysalis = mkSystem [ ./hosts/chrysalis ]; - logos = mkSystem [ ./hosts/logos ./hardware/alrest ]; + chrysalis = mkSystem [ ./hosts/chrysalis ./hardware/location/YOW ]; + logos = + mkSystem [ ./hosts/logos ./hardware/alrest ./hardware/location/YOW ]; # vms ## logos diff --git a/hosts/chrysalis/default.nix b/hosts/chrysalis/default.nix index e345b0a..54fbed4 100644 --- a/hosts/chrysalis/default.nix +++ b/hosts/chrysalis/default.nix @@ -2,8 +2,6 @@ { imports = [ - ../../location/YOW - ./hardware-configuration.nix ./prometheus.nix ./solanum.nix diff --git a/hosts/logos/default.nix b/hosts/logos/default.nix index a88e673..bb04084 100755 --- a/hosts/logos/default.nix +++ b/hosts/logos/default.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { - imports = [ ./minecraft.nix ../../location/YOW ]; + imports = [ ./minecraft.nix ]; users.motd = builtins.readFile ./motd;