diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-24 11:03:00 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-24 11:03:00 -0800 |
| commit | 3b26e1404698491591023063afc7d94b28978dbb (patch) | |
| tree | ed4c4f0e313ceb3f2590ebd82d26fe74902e8ce6 /machines/rivendell.nix | |
| parent | adding a new VM for testing (diff) | |
| download | infra-3b26e1404698491591023063afc7d94b28978dbb.tar.gz | |
ensure ssh keys for root are in the iso
Diffstat (limited to 'machines/rivendell.nix')
| -rw-r--r-- | machines/rivendell.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/rivendell.nix b/machines/rivendell.nix index d697734..924b46d 100644 --- a/machines/rivendell.nix +++ b/machines/rivendell.nix @@ -8,6 +8,7 @@ { wgPublicKey = "jf7T7TMKQWSgSXhUplldZDV9G2y2BjMmHIAhg5d26ng="; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID76U5kt8DfBbuP16rMzfBTVTpjjPFKWnnheMALaCQEd"; + ephemeralRoot = true; age.secrets = { wireguard.file = ../secrets/rivendell/wireguard.age; @@ -48,6 +49,7 @@ ../profiles/remote-unlock.nix ../profiles/restic-backup.nix ../profiles/server.nix + ../profiles/state.nix ../profiles/users/admin-user.nix ../profiles/users/builder.nix ../profiles/users/home-manager.nix |
