feat: adds host dandelion to flake.nix

This commit is contained in:
Ahwx 2025-03-20 14:32:30 +01:00
parent 46e111d9cf
commit d21ace82b0

View file

@ -84,6 +84,14 @@
];
specialArgs = { host="violet"; inherit self inputs username; };
};
dandelion = nixpkgs.lib.nixosSystem {
inherit system;
modules = [
(import ./hosts/dandelion)
agenix.nixosModules.default
];
specialArgs = { host="dandelion"; inherit self inputs username; };
};
vm = nixpkgs.lib.nixosSystem {
inherit system;