diff --git a/agenix-config-module.nix b/agenix-config-module.nix index d58a8ad..c2e445f 100644 --- a/agenix-config-module.nix +++ b/agenix-config-module.nix @@ -9,4 +9,9 @@ owner = "lldap"; group = "lldap"; }; + age.secrets.DEX_ENVIRONMENT_FILE = { + file = ./secrets/samsehu_DEX_ENVIRONMENT_FILE.age; + owner = "dex"; + group = "dex"; + }; } diff --git a/configuration.nix b/configuration.nix index a3fbb1c..3446bce 100644 --- a/configuration.nix +++ b/configuration.nix @@ -160,13 +160,13 @@ ]; } { name = "desttinghim"; - email = "contact@example.com"; + mail = "contact@example.com"; uidnumber = 1001; primarygroup = 5501; otherGroups = [ 5504 5505 5506 ]; } { name = "geemili"; - email = "contact@example.com"; + mail = "contact@example.com"; uidnumber = 1000; primarygroup = 5501; otherGroups = [ 5504 5505 5506 ]; diff --git a/secrets/samsehu_DEX_ENVIRONMENT_FILE.age b/secrets/samsehu_DEX_ENVIRONMENT_FILE.age new file mode 100644 index 0000000..52e32c7 --- /dev/null +++ b/secrets/samsehu_DEX_ENVIRONMENT_FILE.age @@ -0,0 +1,7 @@ +age-encryption.org/v1 +-> ssh-ed25519 yXNDbw WGHFPF/AcEzQkhP87YmUNvtzewbMLvkgcEQds8giMWY +iz3KcER4Y8LA20MKMYQAaHoUlXvj/xl4pv8fqTQIXOA +-> ssh-ed25519 BTX+xA u1WTouBBLOzc7+HpOc7A5D4X3vXX4LM4+YZE78JRjhg +u/9GN4oXlf5BAsjooVbxrKscFD2yeyqSzZlMF9HNsS8 +--- VNX3icfWlZl+ho+RSFhizGvPuEApzTmjhOvJGnmMPrw +>*8,bxכGj`7!^&6F!cB_-!ZnA=Q7p}uY$WF} \ No newline at end of file diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 926d1d9..5b2fcbf 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -7,4 +7,5 @@ in { "samsehu_DUCK_DNS_TOKEN.age".publicKeys = geemili ++ [ samsehu ]; "LLDAP_DEFAULT_ADMIN_PASSWORD.age".publicKeys = geemili ++ [ samsehu ]; + "samsehu_DEX_ENVIRONMENT_FILE.age".publicKeys = geemili ++ [ samsehu ]; }