From 48809900a9ba6aff12479f16b720d7c062576df9 Mon Sep 17 00:00:00 2001 From: NullBite Date: Fri, 29 Dec 2023 17:31:29 -0500 Subject: [PATCH] Fix desktop drive config --- hosts/nullbox/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nullbox/hardware-configuration.nix b/hosts/nullbox/hardware-configuration.nix index cfe6704..f2754ad 100644 --- a/hosts/nullbox/hardware-configuration.nix +++ b/hosts/nullbox/hardware-configuration.nix @@ -33,7 +33,7 @@ fileSystems."/.btrfsroot" = { device = "/dev/disk/by-uuid/e36d1ab4-d18b-434e-80b5-0efca0652eb5"; fsType = "btrfs"; - options = [ "subvolume=/" ]; + options = [ "subvol=/" ]; }; swapDevices = [ ];