mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: only warn when hostkey is missing
This commit is contained in:
parent
6c5d117c1e
commit
0bc49cc3f9
9 changed files with 34 additions and 16 deletions
|
@ -73,7 +73,7 @@ in {
|
|||
ln -sv ${../../../nix/overlays} $out/overlays
|
||||
'';
|
||||
|
||||
stateVersion = "22.11";
|
||||
stateVersion = "23.05";
|
||||
};
|
||||
|
||||
systemd = {
|
||||
|
|
1
hosts/nom/secrets/host.pub
Normal file
1
hosts/nom/secrets/host.pub
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICOdYhY/DnXpizajoeLefH6gsc/RX9x3Y6T3C1a+0sb0
|
1
hosts/ward/secrets/host.pub
Normal file
1
hosts/ward/secrets/host.pub
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIES9HTyQjzIDPkMP90MV5f1zwearLFPF8KkLpAnEYEfJ
|
1
hosts/zackbiene/secrets/host.pub
Normal file
1
hosts/zackbiene/secrets/host.pub
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJVBhqJKfIBWOwXHGNjlskKMIpCuL3qjOjKiXyF8hkGT
|
Loading…
Add table
Add a link
Reference in a new issue