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