From c90b6bb19c5f7a5d5ca610a9105c12cfb75c0008 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 15 Jul 2024 07:44:16 +0200 Subject: [PATCH] feat: adds `violet` as a host --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/flake.nix b/flake.nix index 8ae2b0e..33cd114 100644 --- a/flake.nix +++ b/flake.nix @@ -63,6 +63,15 @@ )]; specialArgs = { host="sakura"; inherit self inputs username ; }; }; + violet = nixpkgs.lib.nixosSystem { + inherit system; + modules = [( + import ./hosts/violet + # agenix.nixosModules.default + )]; + specialArgs = { host="violet"; inherit self inputs username ; }; + }; + vm = nixpkgs.lib.nixosSystem { inherit system; modules = [(