mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: add odroid-n2 config
This commit is contained in:
parent
056ce8a553
commit
8c343b8f0f
7 changed files with 54 additions and 48 deletions
|
@ -78,6 +78,7 @@ in {
|
|||
users.mutableUsers = false;
|
||||
|
||||
# Setup to use Secrets
|
||||
rekey.forceRekeyOnSystem = "x86_64-linux";
|
||||
rekey.hostPubkey = ../../secrets/pubkeys + "/${config.networking.hostName}.pub";
|
||||
rekey.masterIdentities = [../../secrets/yk1-nix-rage.pub];
|
||||
rekey.extraEncryptionPubkeys = [../../secrets/backup.pub];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue