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 {
|
sakura = nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [(
|
modules = [
|
||||||
import ./hosts/sakura
|
(import ./hosts/sakura)
|
||||||
agenix.nixosModules.default
|
agenix.nixosModules.default
|
||||||
)];
|
];
|
||||||
specialArgs = { host="sakura"; inherit self inputs username ; };
|
specialArgs = { host="sakura"; inherit self inputs username ; };
|
||||||
};
|
};
|
||||||
violet = nixpkgs.lib.nixosSystem {
|
violet = nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [(
|
modules = [
|
||||||
import ./hosts/violet
|
(import ./hosts/violet)
|
||||||
)];
|
agenix.nixosModules.default
|
||||||
|
];
|
||||||
specialArgs = { host="violet"; inherit self inputs username; };
|
specialArgs = { host="violet"; inherit self inputs username; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue