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, hardware, ... }:
|
||||
{ config, lib, agenix, hardware, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware
|
||||
|
@ -22,7 +22,12 @@
|
|||
../../../overlays
|
||||
../../../variables
|
||||
|
||||
# Secrets
|
||||
../../../variables/secrets/common
|
||||
../../../variables/secrets/pc
|
||||
|
||||
# Imports
|
||||
agenix.nixosModules.default
|
||||
hardware.nixosModules.apple-macbook-pro-14-1
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue