Set up agenix for secrets management
This commit is contained in:
parent
45e857747d
commit
6bf38b7814
4 changed files with 29 additions and 2 deletions
3
hive.nix
3
hive.nix
|
@ -10,6 +10,7 @@ in {
|
|||
|
||||
imports = [
|
||||
(import "${sources.home-manager}/nixos")
|
||||
(import "${sources.agenix}/modules/age.nix")
|
||||
./pinning.nix
|
||||
./common/utilities.nix
|
||||
./users/qenya.nix
|
||||
|
@ -29,7 +30,7 @@ in {
|
|||
yevaud = { name, nodes, ... }: {
|
||||
networking.hostId = "09673d65";
|
||||
time.timeZone = "Etc/UTC";
|
||||
|
||||
|
||||
imports = [
|
||||
./colmena/remote.nix
|
||||
./hosts/yevaud/configuration.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue