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 = [