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 /home/mun | |
| 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 'home/mun')
| -rw-r--r-- | home/mun/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/mun/default.nix b/home/mun/default.nix index 1d0f449..71b844b 100644 --- a/home/mun/default.nix +++ b/home/mun/default.nix @@ -1,6 +1,6 @@ { pkgs, - hostname, + hostname ? "kronos", ... }: let # Hostname-aware rice selection |
