From 7d0f66c92f81fc45faea92d4fdddd10ae12c4d2c Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sun, 10 Sep 2023 08:47:37 +0200 Subject: [PATCH] hosts: nas: fix typo of subvolume --- 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 7830697..42b56d8 100644 --- a/hosts/nas/hardware-configuration.nix +++ b/hosts/nas/hardware-configuration.nix @@ -66,7 +66,7 @@ subvolume = { "@" = {}; "@home" = {}; - "@nas/home" = {}; + "@nas/Home" = {}; }; }; };