commit 25c327781d89077b1adf46a14f0d1f048427ef35 parent 84e80bf51c69fd6871f4d27195b5450eb20cf882 Author: mtmn <miro@haravara.org> Date: Mon, 13 Apr 2026 11:25:48 +0200 Merge branch 'master' of ssh://codeberg.org/mtmn/nix Diffstat:
| M | .gitignore | | | 2 | +- |
| M | hosts.nix | | | 11 | +++++++++++ |
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore @@ -1,2 +1,2 @@ -.crush +hosts.nix result 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 + ]; + }; }; }; };