mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds violet as a host
This commit is contained in:
parent
d5a627e989
commit
c90b6bb19c
1 changed files with 9 additions and 0 deletions
|
|
@ -63,6 +63,15 @@
|
||||||
)];
|
)];
|
||||||
specialArgs = { host="sakura"; inherit self inputs username ; };
|
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 {
|
vm = nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [(
|
modules = [(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue