Archived
1
0
forked from rarias/bscpkgs

Add agenix to all nodes

This commit is contained in:
2023-09-04 22:09:40 +02:00
parent 2042d58b72
commit 68f4d54dd1
4 changed files with 12 additions and 9 deletions

9
m/common/agenix.nix Normal file
View File

@@ -0,0 +1,9 @@
{ agenix, ... }:
{
imports = [ agenix.nixosModules.default ];
environment.systemPackages = [
agenix.packages.x86_64-linux.default
];
}

View File

@@ -2,6 +2,7 @@
{
imports = [
./agenix.nix
./boot.nix
./fs.nix
./hw.nix