diff --git a/.config/linux/system/laptop/Configuration.nix b/.config/linux/system/laptop/Configuration.nix index 6390c3f..13620d0 100644 --- a/.config/linux/system/laptop/Configuration.nix +++ b/.config/linux/system/laptop/Configuration.nix @@ -19,6 +19,13 @@ # Network. networking.hostName = "laptop"; + # Filesystems. + fileSystems."/storage/hot" = { + device = "/dev/storage/hot"; + fsType = "ext4"; + options = [ "nofail" ]; + }; + # Do not touch ever. system.stateVersion = "23.11"; }