flake: migrate to agenix-rekey

This commit is contained in:
Infinidoge 2025-02-18 21:47:38 -05:00
parent 26734c2196
commit b54be3998f
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
61 changed files with 306 additions and 190 deletions

View file

@ -1,13 +1,15 @@
{ ... }:
{
imports = [
./hardware-configuration.nix
#./hardware-configuration.nix
./disks.nix
];
system.stateVersion = "25.05";
networking.hostId = "8ab8acd3"; # "iris00" in base64->hex
age.rekey.hostPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGsdARqD3MibvnpcUxOZVtstIu9djk+umwFR5tzqKATH root@iris";
modules.hardware.form.server = true;
modules.backups.enable = false; # testing server
boot.loader.timeout = 1;