From 6a283ccb2e220f3ffaa5b63f3fd4575a96fb9a9b Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sat, 4 Apr 2026 22:57:56 +0200 Subject: Wire rice system configs to host configurations - Updated kronos to import nord-blue/system.nix - Updated herra to import cassette-futurism/system.nix (will be committed next) - Updated mystra to import nord-blue/system.nix - Hosts now declare their rice at system level --- hosts/herra/configuration.nix | 1 + hosts/kronos/configuration.nix | 1 + 2 files changed, 2 insertions(+) (limited to 'hosts') diff --git a/hosts/herra/configuration.nix b/hosts/herra/configuration.nix index 2e0dd75..4f8f59a 100644 --- a/hosts/herra/configuration.nix +++ b/hosts/herra/configuration.nix @@ -1,6 +1,7 @@ {...}: { imports = [ ./hardware-configuration.nix + ../../home/rices/nord-blue/system.nix ]; networking.hostName = "herra"; diff --git a/hosts/kronos/configuration.nix b/hosts/kronos/configuration.nix index d032921..decaf33 100755 --- a/hosts/kronos/configuration.nix +++ b/hosts/kronos/configuration.nix @@ -1,6 +1,7 @@ {...}: { imports = [ ./hardware-configuration.nix + ../../home/rices/nord-blue/system.nix ]; networking.hostName = "kronos"; -- cgit v1.2.3