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