about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-06-27 01:58:55 +0200
committerProfpatsch <mail@profpatsch.de>2022-06-27 01:58:55 +0200
commit58909c9ea0a94e464297eaab74d1d5df1c2bc066 (patch)
tree47d0250413756af93521469ac67cc4babe23d3fc /machines/profpatsch
parent9e9ed68fcdf84b69c17f2a077ea038e7a5d28bf5 (diff)
machines/leguin: fix boot partitions again
No! bad subvolume! bad!
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/leguin.nix2
1 files changed, 1 insertions, 1 deletions
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" = {