From 4821155d7261f07274afbb397c1bce2522fe4106 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 13 Oct 2022 17:13:25 +0200 Subject: Hardware: Disks: Persist /root This fixes things like not saving root ssh known hosts. ("Needed") for deploy-rs --- hardware/laptop/disks.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hardware/laptop/disks.nix') diff --git a/hardware/laptop/disks.nix b/hardware/laptop/disks.nix index fcae4b9..f0669d3 100644 --- a/hardware/laptop/disks.nix +++ b/hardware/laptop/disks.nix @@ -52,6 +52,7 @@ in directories = [ "/var/log" "/var/lib" + "/root" ]; files = [ "/etc/machine-id" -- cgit 1.4.1