From cf0c9f66c4b5d9e6342c1eac302d0e6bbe9b1587 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sat, 4 Apr 2026 23:08:40 +0200 Subject: Refactor rice system imports to flake level - Rice system configs now imported in flake mkSystem helper - Removed rice system.nix imports from host configurations - mkSystem now takes hostname and rice name as parameters - Fixes module ordering issue where rice options weren't defined yet --- hosts/herra/configuration.nix | 1 - hosts/kronos/configuration.nix | 1 - hosts/mystra/configuration.nix | 1 - 3 files changed, 3 deletions(-) (limited to 'hosts') diff --git a/hosts/herra/configuration.nix b/hosts/herra/configuration.nix index 9f104b8..2e0dd75 100644 --- a/hosts/herra/configuration.nix +++ b/hosts/herra/configuration.nix @@ -1,7 +1,6 @@ {...}: { imports = [ ./hardware-configuration.nix - ../../home/rices/cassette-futurism/system.nix ]; networking.hostName = "herra"; diff --git a/hosts/kronos/configuration.nix b/hosts/kronos/configuration.nix index decaf33..d032921 100755 --- a/hosts/kronos/configuration.nix +++ b/hosts/kronos/configuration.nix @@ -1,7 +1,6 @@ {...}: { imports = [ ./hardware-configuration.nix - ../../home/rices/nord-blue/system.nix ]; networking.hostName = "kronos"; diff --git a/hosts/mystra/configuration.nix b/hosts/mystra/configuration.nix index a67cdf3..24d906c 100644 --- a/hosts/mystra/configuration.nix +++ b/hosts/mystra/configuration.nix @@ -1,7 +1,6 @@ {...}: { imports = [ ./hardware-configuration.nix - ../../home/rices/nord-blue/system.nix ]; networking.hostName = "mystra"; } -- cgit v1.2.3