about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-16 16:28:07 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-16 16:28:07 -0800
commitb7a4e97beb31095fc2035e56f2213f8a4ec981af (patch)
treeb20a2178ab177b2c22c7a9f5b18e25cad34953b9 /hosts
parentwaybar: fix the configuration for the clock (diff)
downloadworld-b7a4e97beb31095fc2035e56f2213f8a4ec981af.tar.gz
hosts: remove btrfs subvolume 'media'
The host would not boot successfully with that, I'm doing something
wrong.
Diffstat (limited to '')
-rw-r--r--hosts/carmel/hardware-configuration.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/hosts/carmel/hardware-configuration.nix b/hosts/carmel/hardware-configuration.nix
index 4ab03e7..17aba16 100644
--- a/hosts/carmel/hardware-configuration.nix
+++ b/hosts/carmel/hardware-configuration.nix
@@ -27,12 +27,6 @@
       options = [ "subvol=home" ];
     };
 
-  fileSystems."/home/fcuny/media" =
-    { device = "/dev/disk/by-uuid/7d4e07d8-1104-4ab8-8ead-8ca28da2d344";
-      fsType = "btrfs";
-      options = [ "subvol=media" ];
-    };
-
   fileSystems."/.snapshots" =
     { device = "/dev/disk/by-uuid/7d4e07d8-1104-4ab8-8ead-8ca28da2d344";
       fsType = "btrfs";