From 73dc0aa6ac569f284d62618949c211638f2a4c82 Mon Sep 17 00:00:00 2001 From: Philipp Hochkamp Date: Mon, 25 Apr 2022 09:17:45 +0200 Subject: [PATCH] fix(ds9): removed double snapshots --- hosts/ds9/hardware-configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/ds9/hardware-configuration.nix b/hosts/ds9/hardware-configuration.nix index 1f9b350f..62d8f621 100644 --- a/hosts/ds9/hardware-configuration.nix +++ b/hosts/ds9/hardware-configuration.nix @@ -23,11 +23,10 @@ arcSize = 8; }; - services.sanoid.datasets."rpool/content/safe".recursive = true; - services.sanoid.datasets."rpool/content/local/backups" = { }; + services.sanoid.datasets."rpool/content/safe/data/media" = { }; services.sanoid.enable = true; - swapDevices = [ { device = "/dev/disk/by-id/nvme-eui.000000000000000100a075202c247839-part1"; randomEncryption = true; } ]; + swapDevices = [{ device = "/dev/disk/by-id/nvme-eui.000000000000000100a075202c247839-part1"; randomEncryption = true; }]; fileSystems."/boot".device = "/dev/disk/by-uuid/149F-23AA"; fileSystems."/data" = {