diff options
author | Linnnus <[email protected]> | 2024-12-26 00:00:17 +0000 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-12-27 09:07:52 +0100 |
commit | 75a30285c2d8e51b209c03e60d121acbc6d298d8 (patch) | |
tree | 1d3e34da4ebf43fd61013be88acde22c55707396 /hosts | |
parent | d925e7a6f8d0af246fd8ad7e253c510bdf3c8eb5 (diff) |
hosts/omar: Persist OpenSSH keys
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/omar/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/omar/configuration.nix b/hosts/omar/configuration.nix index 69df37a..2e0a146 100644 --- a/hosts/omar/configuration.nix +++ b/hosts/omar/configuration.nix @@ -12,6 +12,7 @@ ../../shared/nixos-and-darwin/common-shell-settings ../../shared/nixos-and-darwin/common-hm-settings ../../shared/nixos/zfs-impermenance + ../../shared/nixos/persist-ssh-host-keys ./wireless-networking ]; |