From c802f8a41024ca57a34fee0babb76e104cda2d20 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 19 Dec 2024 01:32:23 +0100 Subject: [PATCH] feat: add `ichiyo` (x230) --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flake.nix b/flake.nix index 0aff0fb..f6a4b21 100644 --- a/flake.nix +++ b/flake.nix @@ -60,6 +60,14 @@ ]; 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 { inherit system; modules = [