Added master keys

This commit is contained in:
2021-09-30 11:30:32 -07:00
parent b690935dea
commit 82325ddaf9
11 changed files with 40 additions and 6 deletions
+4
View File
@@ -14,6 +14,10 @@
profile = "server";
# ssh-pubkey =
# "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPB5JY6jnHCRLxjqWKYkK8Xpmfyq2nA+0noPazYGd9a+";
master-key = {
public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOBr+kFxYjFp/BoaKT2SPV7aVTEspY/7bQ5RycElczGg";
key-path = "/state/master-key/key";
};
enable-gui = false;
arch = "x86_64-linux";
nixos-system = true;