From 103ec86fc27169f83cf8863c2807e6fff7ec2b9b Mon Sep 17 00:00:00 2001 From: andromeda Date: Mon, 12 Jan 2026 13:03:02 +0100 Subject: [PATCH] persist /etc/ssh --- machines.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/machines.nix b/machines.nix index 405b118..102eba4 100644 --- a/machines.nix +++ b/machines.nix @@ -39,7 +39,7 @@ modules = [ # impermanence ./modules/nixos/impermanence.nix - #./modules/nixos/impermanence-ssh.nix + ./modules/nixos/impermanence-ssh.nix # hardware configuration # verbatim as `nixos-generate-config` AND `system.stateVersion` @@ -61,8 +61,6 @@ ./modules/nixos/networking/ssh-as-root.nix ({config, ...}: {users.users.root.openssh.authorizedKeys.keys = [config.pub-keys.ssh.andromeda];}) - # TODO add Impermanence to the following services - # simple-nixos-mailserver email server # mail.domain ./modules/nixos/mailserver.nix