diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-04 23:08:40 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-04 23:08:40 +0200 |
| commit | cf0c9f66c4b5d9e6342c1eac302d0e6bbe9b1587 (patch) | |
| tree | 906df69461643f32ff2987b6ed60a4641ca4070a /hosts/herra | |
| parent | 34b430244dd21d6fb21bf0463190535574d1a1fc (diff) | |
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
Diffstat (limited to 'hosts/herra')
| -rw-r--r-- | hosts/herra/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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"; |
