chore: also add flora to flake.nix

This commit is contained in:
Ahwx 2026-05-11 02:35:09 +02:00
parent e839be72eb
commit 5450dca4bc

View file

@ -237,6 +237,17 @@
inherit self inputs username;
};
};
flora = nixpkgs.lib.nixosSystem {
inherit system;
modules = [
(import ./hosts/flora)
];
specialArgs = {
host = "flora";
system = "x86_64-linux";
inherit self inputs username;
};
};
};
};
}