diff options
-rw-r--r-- | systems/cobalt/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix index fabc687..678b99a 100644 --- a/systems/cobalt/default.nix +++ b/systems/cobalt/default.nix @@ -169,6 +169,9 @@ in nix.experimentalFeatures = "nix-command flakes"; + + services.openssh.knownHosts."hk-s020.rsync.net".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILcPl9x9JfRFwsn09NnDw/xBZbAN80ZQck+h6AqlVqPH"; + modules = { sops.enable = true; |