forked from rarias/bscpkgs
Add agenix to all nodes
This commit is contained in:
9
m/common/agenix.nix
Normal file
9
m/common/agenix.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ agenix, ... }:
|
||||
|
||||
{
|
||||
imports = [ agenix.nixosModules.default ];
|
||||
|
||||
environment.systemPackages = [
|
||||
agenix.packages.x86_64-linux.default
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user