From 5f484ed0ecc85519e242d46781eafa923881c385 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Fri, 17 Feb 2023 21:12:41 +0100 Subject: [PATCH] hosts: fix snapshot path for home --- hosts/nas/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nas/hardware-configuration.nix b/hosts/nas/hardware-configuration.nix index 52b3e05..e8c727b 100644 --- a/hosts/nas/hardware-configuration.nix +++ b/hosts/nas/hardware-configuration.nix @@ -66,7 +66,7 @@ subvolume = { "@" = {}; "@home" = {}; - "@nas" = {}; + "@nas/home" = {}; }; }; };