diff --git a/hosts/sputnik/hardware-configuration.nix b/hosts/sputnik/hardware-configuration.nix index 53fc32a..e2f8200 100644 --- a/hosts/sputnik/hardware-configuration.nix +++ b/hosts/sputnik/hardware-configuration.nix @@ -23,6 +23,10 @@ fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; }; + fileSystems."/media/STUFF" = + { device = "/dev/disk/by-label/STUFF"; + fsType = "ext4"; + }; swapDevices = [ ];