sshd8022: init
This commit is contained in:
15
flake.nix
15
flake.nix
@@ -222,6 +222,11 @@
|
||||
|
||||
syncthing-key.file = ./secrets/vno1-gdrx/syncthing/key.pem.age;
|
||||
syncthing-cert.file = ./secrets/vno1-gdrx/syncthing/cert.pem.age;
|
||||
|
||||
ssh8022 = {
|
||||
file = ./secrets/ssh8022.age;
|
||||
owner = "motiejus";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
@@ -249,6 +254,11 @@
|
||||
sasl-passwd.file = ./secrets/postfix_sasl_passwd.age;
|
||||
|
||||
datapool-passphrase.file = ./secrets/vno3-rp3b/datapool-passphrase.age;
|
||||
|
||||
ssh8022 = {
|
||||
file = ./secrets/ssh8022.age;
|
||||
owner = "motiejus";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
@@ -273,6 +283,11 @@
|
||||
motiejus-passwd-hash.file = ./secrets/motiejus_passwd_hash.age;
|
||||
root-passwd-hash.file = ./secrets/root_passwd_hash.age;
|
||||
sasl-passwd.file = ./secrets/postfix_sasl_passwd.age;
|
||||
|
||||
ssh8022 = {
|
||||
file = ./secrets/ssh8022.age;
|
||||
owner = "motiejus";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user