add ssh8022
This commit is contained in:
parent
1b57017b07
commit
158cdac672
10
flake.nix
10
flake.nix
@ -152,6 +152,11 @@
|
||||
|
||||
syncthing-key.file = ./secrets/mtworx/syncthing/key.pem.age;
|
||||
syncthing-cert.file = ./secrets/mtworx/syncthing/cert.pem.age;
|
||||
|
||||
ssh8022 = {
|
||||
file = ./secrets/ssh8022.age;
|
||||
owner = "motiejus";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
@ -186,6 +191,11 @@
|
||||
synapse-macaroon-secret-key.file = ./secrets/synapse/macaroon_secret_key.age;
|
||||
syncthing-key.file = ./secrets/fwminex/syncthing/key.pem.age;
|
||||
syncthing-cert.file = ./secrets/fwminex/syncthing/cert.pem.age;
|
||||
|
||||
ssh8022 = {
|
||||
file = ./secrets/ssh8022.age;
|
||||
owner = "motiejus";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
|
@ -65,4 +65,5 @@ in
|
||||
"secrets/motiejus_passwd_hash.age"
|
||||
"secrets/root_passwd_hash.age"
|
||||
"secrets/postfix_sasl_passwd.age"
|
||||
"secrets/ssh8022.age"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user