feat: add ichiyo (x230)

This commit is contained in:
Ahwx 2024-12-19 01:32:23 +01:00
parent 5f17dfba90
commit c802f8a410

View file

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