monolith: remove bigboy mounts

This commit is contained in:
Leonardo Eugênio 2024-06-13 21:14:58 -03:00
parent d302447326
commit a7f6983abe

View file

@ -141,22 +141,6 @@ in
fsType = "btrfs"; fsType = "btrfs";
options = [ "nofail" ] ++ btrfs_options ++ btrfs_ssd; 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 # 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 # (the default) this is the recommended approach. When using systemd-networkd it's