From a7f6983abe67f5ec8be14bd661b6005392311814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Thu, 13 Jun 2024 21:14:58 -0300 Subject: [PATCH] monolith: remove bigboy mounts --- hosts/monolith.nix | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/hosts/monolith.nix b/hosts/monolith.nix index 5f1bc66..262f19a 100644 --- a/hosts/monolith.nix +++ b/hosts/monolith.nix @@ -141,22 +141,6 @@ in fsType = "btrfs"; options = [ "nofail" ] ++ btrfs_options ++ btrfs_ssd; }; - fileSystems."/home/lelgenio/projects" = { - device = "/dev/disk/by-label/BTRFS_BIGBOY"; - fsType = "btrfs"; - options = [ - "subvol=@projects" - "nofail" - ] ++ btrfs_options ++ btrfs_ssd; - }; - fileSystems."/var/lib/docker" = { - device = "/dev/disk/by-label/BTRFS_BIGBOY"; - fsType = "btrfs"; - options = [ - "subvol=@docker" - "nofail" - ] ++ btrfs_options ++ btrfs_ssd; - }; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's