monolith: add projects mount

This commit is contained in:
Leonardo Eugênio 2024-02-09 19:12:31 -03:00
parent 325cf58e2c
commit b0bd973365
1 changed files with 5 additions and 0 deletions

View File

@ -101,6 +101,11 @@ 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;
};
# 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
# still possible to use this option, but it's recommended to use it in conjunction