From 6c8e181166b16dd9fee809050c510a6f835e8ef4 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 13 Dec 2024 00:43:09 +0100 Subject: [PATCH] feat: adds `yoshino` host to flake as well (desktop) --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flake.nix b/flake.nix index 10d08da..c953db9 100644 --- a/flake.nix +++ b/flake.nix @@ -59,6 +59,14 @@ ]; 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 { inherit system; modules = [