From eef0fe5a6a34bba4b1bdd0b20192585fb03fa967 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sun, 5 Jan 2025 17:10:59 +0100 Subject: Formatting ahh commit --- shared/nixos/persist-ssh-host-keys/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'shared/nixos') diff --git a/shared/nixos/persist-ssh-host-keys/default.nix b/shared/nixos/persist-ssh-host-keys/default.nix index 5180376..f931848 100644 --- a/shared/nixos/persist-ssh-host-keys/default.nix +++ b/shared/nixos/persist-ssh-host-keys/default.nix @@ -1,9 +1,6 @@ # This module ensures that SSH keys are not cleared on reboots. # It assumes that `/` is ephemeral and `/persist` isn't. - -{...}: - -{ +{...}: { services.openssh = { hostKeys = [ { -- cgit v1.2.3