1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-12-14 08:42:24 +01:00
parent 1bde6e75f0
commit 8002a8f725
7 changed files with 149 additions and 65 deletions

5
common/agenix.nix Normal file
View file

@ -0,0 +1,5 @@
{inputs, ...}: {
imports = [
inputs.agenix.nixosModules.default
];
}