diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-04 22:57:56 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-04 22:58:07 +0200 |
| commit | 6a283ccb2e220f3ffaa5b63f3fd4575a96fb9a9b (patch) | |
| tree | 59276f9077464ecdaeedf09d58ecda7e3dc8e6b8 | |
| parent | ffd7c5ee95afd1a3f53e91965dc72b87fc2b6964 (diff) | |
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
| -rw-r--r-- | hosts/herra/configuration.nix | 1 | ||||
| -rwxr-xr-x | hosts/kronos/configuration.nix | 1 |
2 files changed, 2 insertions, 0 deletions
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"; |
