From 58909c9ea0a94e464297eaab74d1d5df1c2bc066 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 27 Jun 2022 01:58:55 +0200 Subject: machines/leguin: fix boot partitions again No! bad subvolume! bad! --- machines/profpatsch/leguin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/profpatsch') diff --git a/machines/profpatsch/leguin.nix b/machines/profpatsch/leguin.nix index c1c6f195..2eb8f84b 100644 --- a/machines/profpatsch/leguin.nix +++ b/machines/profpatsch/leguin.nix @@ -40,7 +40,7 @@ in fileSystems."/" = { device = "/dev/disk/by-label/nixos"; fsType = "btrfs"; - options = [ "ssd" "subvol=/root" ]; + options = [ "ssd" ]; }; fileSystems."/boot" = { -- cgit 1.4.1