summaryrefslogtreecommitdiff
path: root/modules/nixos/impermanence-ssh.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-01-10 08:59:54 +0100
committerandromeda <andromeda@lenovo>2026-01-10 08:59:54 +0100
commit411ee0c027b44d5067839b4abf8326656dd2b22c (patch)
tree19eb4eae0c741323129987089033c7d7adf06174 /modules/nixos/impermanence-ssh.nix
parentaec328ce9364c640656b339f81e16cf885499f2a (diff)
add remote disko and some other things
Diffstat (limited to 'modules/nixos/impermanence-ssh.nix')
-rw-r--r--modules/nixos/impermanence-ssh.nix4
1 files changed, 4 insertions, 0 deletions
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"];
+}