summaryrefslogtreecommitdiff
path: root/machines.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-01-12 13:03:02 +0100
committerandromeda <andromeda@lenovo>2026-01-12 13:03:02 +0100
commit103ec86fc27169f83cf8863c2807e6fff7ec2b9b (patch)
tree4974a3b3c4e214ee707c4cf57ebc67e36c9a4db0 /machines.nix
parentd9a6791fa3061979e93ab9683b1bcc19741e4338 (diff)
persist /etc/ssh
Diffstat (limited to 'machines.nix')
-rw-r--r--machines.nix4
1 files changed, 1 insertions, 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