diff options
author | tv <tv@krebsco.de> | 2023-07-04 13:33:52 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-07-04 13:33:52 +0200 |
commit | 2403aa019b5dec5f762a9a692db509929e86b7dd (patch) | |
tree | 85ca9c1b9b175866e6d48c22bebb05e8d3e399bc | |
parent | 6133a77cf2aaa1e55186fc8a9b7a046e5d05ed9e (diff) |
wolf: fix flakify fuckups
-rw-r--r-- | krebs/1systems/wolf/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/1systems/wolf/config.nix b/krebs/1systems/wolf/config.nix index 12ce4db3e..2415bd32f 100644 --- a/krebs/1systems/wolf/config.nix +++ b/krebs/1systems/wolf/config.nix @@ -51,6 +51,7 @@ in # uninteresting stuff ##################### krebs.build.host = config.krebs.hosts.wolf; + krebs.hosts.wolf.ssh.privkey.path = <secrets/ssh.id_ed25519>; boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "ehci_pci" "virtio_pci" "virtio_blk" |