mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds host dandelion to flake.nix
This commit is contained in:
parent
46e111d9cf
commit
d21ace82b0
1 changed files with 8 additions and 0 deletions
|
|
@ -84,6 +84,14 @@
|
||||||
];
|
];
|
||||||
specialArgs = { host="violet"; inherit self inputs username; };
|
specialArgs = { host="violet"; inherit self inputs username; };
|
||||||
};
|
};
|
||||||
|
dandelion = nixpkgs.lib.nixosSystem {
|
||||||
|
inherit system;
|
||||||
|
modules = [
|
||||||
|
(import ./hosts/dandelion)
|
||||||
|
agenix.nixosModules.default
|
||||||
|
];
|
||||||
|
specialArgs = { host="dandelion"; inherit self inputs username; };
|
||||||
|
};
|
||||||
|
|
||||||
vm = nixpkgs.lib.nixosSystem {
|
vm = nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue