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

Remove old hosts

This commit is contained in:
RGBCube 2025-01-08 18:47:15 +03:00
parent 4231044f8a
commit 3951f0e6a6
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
16 changed files with 4 additions and 218 deletions

View file

@ -1,8 +1,4 @@
with import ./keys.nix; {
# altk
"hosts/altk/id.age".publicKeys = admins;
"hosts/altk/password.said.age".publicKeys = admins;
# cube
"hosts/cube/id.age".publicKeys = [ cube ] ++ admins;
"hosts/cube/password.rgb.age".publicKeys = [ cube ] ++ admins;
@ -25,11 +21,6 @@ with import ./keys.nix; {
"hosts/disk/mail/password.plain.age".publicKeys = all;
"hosts/disk/mail/password.hash.age".publicKeys = [ disk nine ] ++ admins;
# enka
"hosts/enka/id.age".publicKeys = admins;
"hosts/enka/password.orhan.age".publicKeys = admins;
"hosts/enka/password.said.age".publicKeys = admins;
# nine
"hosts/nine/id.age".publicKeys = [ nine ] ++ admins;
"hosts/nine/password.seven.age".publicKeys = [ nine ] ++ admins;