nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit cdbea96bf52f82933ab9351f7e1fa13b22169e68
parent 98c405d969557cd7e1146cbd9b2d5d2a669a08ce
Author: mtmn <miro@haravara.org>
Date:   Mon, 13 Apr 2026 10:35:31 +0200

chore: add work host

Diffstat:
Mhosts.nix | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/hosts.nix b/hosts.nix @@ -16,6 +16,10 @@ system = "x86_64-linux"; hostname = "DESKTOP-0A5N7UT"; }; + SK-M4KCG42FV9 = { + system = "aarch64-darwin"; + hostname = "SK-M4KCG42FV9"; + }; }; users = { miro = { @@ -45,6 +49,13 @@ ./hosts/wsl ]; }; + SK-M4KCG42FV9 = { + pkgSets = [ + ./modules/mixins/dotfiles + ./hosts/work/overlays + ./hosts/work + ]; + }; }; }; };