From 69acd4b8dd4828295caa3843c4d1e4dc4fa63d6a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 27 Dec 2021 16:16:15 +0100 Subject: vidhar: state... --- hosts/vidhar/zfs.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'hosts') diff --git a/hosts/vidhar/zfs.nix b/hosts/vidhar/zfs.nix index 3b29a093..162377f0 100644 --- a/hosts/vidhar/zfs.nix +++ b/hosts/vidhar/zfs.nix @@ -61,6 +61,16 @@ in { { device = "ssd-raid1/local/var-lib-unbound"; fsType = "zfs"; }; + + "/var/lib/dhcp" = + { device = "ssd-raid1/local/var-lib-dhcp"; + fsType = "zfs"; + }; + + "/var/lib/chrony" = + { device = "ssd-raid1/local/var-lib-chrony"; + fsType = "zfs"; + }; "/var/log" = { device = "ssd-raid1/local/var-log"; -- cgit v1.2.3