diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-04 23:01:28 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-04 23:01:28 +0200 |
| commit | 34b430244dd21d6fb21bf0463190535574d1a1fc (patch) | |
| tree | a01f9e3fd1db886721b0cea73485e307d1d7b732 /home | |
| parent | 710216723ef47b0d1ee5dcbee1b312fe5484a9b5 (diff) | |
Pass hostname to home-manager via extraSpecialArgs
- Modified mkSystem to create per-host home-manager configuration
- Hostname is now explicitly passed via extraSpecialArgs
- Home config receives hostname parameter for rice selection
Diffstat (limited to 'home')
| -rw-r--r-- | home/mun/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/home/mun/default.nix b/home/mun/default.nix index e070fb1..1d0f449 100644 --- a/home/mun/default.nix +++ b/home/mun/default.nix @@ -1,10 +1,9 @@ { - config, pkgs, + hostname, ... }: let # Hostname-aware rice selection - hostname = config.networking.hostName or "kronos"; riceMap = { herra = ../rices/cassette-futurism; kronos = ../rices/nord-blue; |
