feat: adds violet as a host

This commit is contained in:
Ahwx 2024-07-15 07:44:16 +02:00
parent d5a627e989
commit c90b6bb19c

View file

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