From 116c6f0f3116fdfa3cf4b67568ad20c675664192 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sun, 29 Jan 2023 11:22:34 +0100 Subject: [PATCH] hosts: add @ to btrbk on nas --- hosts/nas/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nas/hardware-configuration.nix b/hosts/nas/hardware-configuration.nix index 3ac6dad..52b3e05 100644 --- a/hosts/nas/hardware-configuration.nix +++ b/hosts/nas/hardware-configuration.nix @@ -64,6 +64,7 @@ "/mnt/snapshots/root" = { snapshot_create = "always"; subvolume = { + "@" = {}; "@home" = {}; "@nas" = {}; };