Configure additional mount

This commit is contained in:
Benson Chu 2023-12-30 19:00:02 -06:00
parent fbc71a0899
commit 840b42795f

View file

@ -20,6 +20,11 @@ in
networking.hostName = "NixDawn"; # Define your hostname. networking.hostName = "NixDawn"; # Define your hostname.
nix.settings.experimental-features = "nix-command flakes"; nix.settings.experimental-features = "nix-command flakes";
fileSystems."/home/benson/workspace" = {
device = "/dev/disk/by-uuid/aa640eb6-0655-446a-8a12-5867eeef6638";
fsType = "ext4";
};
hardware.bluetooth.enable = true; # enables support for Bluetooth hardware.bluetooth.enable = true; # enables support for Bluetooth
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.