Move installer generation into it's own repo

This commit is contained in:
SebastianStork 2025-03-11 21:30:35 +01:00
parent 7580c67c31
commit 2793a33d2f
3 changed files with 0 additions and 41 deletions

View file

@ -25,7 +25,6 @@ in
flake = {
nixosConfigurations = lib.mkMerge [
(mkHost "fern")
(mkHost "installer")
(mkHost "north")
(mkHost "stratus")
];