feat: adds yoshino host to flake as well (desktop)

This commit is contained in:
Ahwx 2024-12-13 00:43:09 +01:00
parent a5b300a300
commit 6c8e181166

View file

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