Utilise Agenix for secret management

This commit is contained in:
thiloho
2023-11-01 00:09:25 +01:00
parent 45c6fbcea4
commit 358f84a1d1
6 changed files with 37 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ inputs, pkgs, ... }:
{
boot = {
@@ -41,5 +41,6 @@
settings.theme = "ayu_dark";
};
};
home.packages = [ inputs.agenix.packages."x86_64-linux".default ];
};
}