Agenix secrets overhaul
This commit is contained in:
parent
83796f7cb2
commit
55dcb2fca7
56 changed files with 530 additions and 137 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, ... }:
|
||||
{ config, lib, agenix, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware
|
||||
|
@ -21,6 +21,13 @@
|
|||
# Extras
|
||||
../../../overlays
|
||||
../../../variables
|
||||
|
||||
# Secrets
|
||||
../../../variables/secrets/common
|
||||
../../../variables/secrets/pc
|
||||
|
||||
# Imports
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
|
||||
services.keyd.keyboards.default.settings.main = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue