1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 02:57:44 +00:00

Move mailserver to disk host and refactor config

Also fix a few mistakes like using the plain
password instead of a hashed one.
This commit is contained in:
RGBCube 2024-04-30 12:56:08 +03:00
parent 3b929c0f98
commit e04add9213
No known key found for this signature in database
24 changed files with 48 additions and 85 deletions

View file

@ -7,9 +7,6 @@ in with keys; {
"hosts/cube/id.age".publicKeys = [ cube enka ];
"hosts/cube/password.rgb.age".publicKeys = [ cube enka ];
"hosts/cube/mail/password.plain.age".publicKeys = [ cube enka ];
"hosts/cube/mail/password.hash.age".publicKeys = [ cube enka ];
"hosts/cube/forgejo/password.runner.age".publicKeys = [ cube enka ];
"hosts/cube/grafana/password.age".publicKeys = [ cube enka ];
@ -25,6 +22,9 @@ in with keys; {
"hosts/disk/id.age".publicKeys = [ disk enka ];
"hosts/disk/password.floppy.age".publicKeys = [ disk enka ];
"hosts/disk/mail/password.plain.age".publicKeys = [ cube disk enka ]; # TODO: Move to shared.
"hosts/disk/mail/password.hash.age".publicKeys = [ disk enka ];
### enka
"hosts/enka/password.orhan.age".publicKeys = [ enka ];
"hosts/enka/password.said.age".publicKeys = [ enka ];