From 411ee0c027b44d5067839b4abf8326656dd2b22c Mon Sep 17 00:00:00 2001 From: andromeda Date: Sat, 10 Jan 2026 08:59:54 +0100 Subject: add remote disko and some other things --- modules/nixos/impermanence-ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 modules/nixos/impermanence-ssh.nix (limited to 'modules/nixos/impermanence-ssh.nix') diff --git a/modules/nixos/impermanence-ssh.nix b/modules/nixos/impermanence-ssh.nix new file mode 100644 index 0000000..00dc294 --- /dev/null +++ b/modules/nixos/impermanence-ssh.nix @@ -0,0 +1,4 @@ +{ + # ONLY include this module AFTER a machine has been provisioned + environment.persistence."/persist".directories = ["/etc/ssh"]; +} -- cgit v1.3