From b7a4e97beb31095fc2035e56f2213f8a4ec981af Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 16 Feb 2022 16:28:07 -0800 Subject: hosts: remove btrfs subvolume 'media' The host would not boot successfully with that, I'm doing something wrong. --- hosts/carmel/hardware-configuration.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'hosts') 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"; -- cgit 1.4.1