mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Utilise Agenix for secret management
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user