Added cashew, did some backplane yak shaving

This commit is contained in:
2021-11-16 16:56:43 -08:00
parent c747746eee
commit b5cdfc7293
21 changed files with 933 additions and 539 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
{ lib, pkgs, hostname, site, domain, profile, build-timestamp, ... }:
with lib;
let
# Get info on this host so we know what to load
config-dir = ./. + "/config";
@@ -8,13 +9,13 @@ in {
imports = [
./lib
./config
] ++ (filter pathExists [
(config-dir + /hardware/${hostname}.nix)
(config-dir + /host-config/${hostname}.nix)
(config-dir + /profile-config/${profile}.nix)
(config-dir + /domain-config/${domain}.nix)
(config-dir + /site-config/${site}.nix)
];
]);
config = {
instance = {