diff --git a/.config/linux/nix/work/configuration.nix b/.config/linux/nix/work/configuration.nix index 1c428ab..d5edb0f 100644 --- a/.config/linux/nix/work/configuration.nix +++ b/.config/linux/nix/work/configuration.nix @@ -15,26 +15,7 @@ ]; # Network. - networking.hostName = "desktop"; - - # Filesystems. - fileSystems."/storage/hot" = { - device = "/dev/storage/hot"; - fsType = "ext4"; - options = [ "nofail" ]; - }; - - fileSystems."/storage/cold_1" = { - device = "/dev/storage/cold_1"; - fsType = "ext4"; - options = [ "noauto" "nofail" ]; - }; - - fileSystems."/storage/cold_2" = { - device = "/dev/storage/cold_2"; - fsType = "ext4"; - options = [ "noauto" "nofail" ]; - }; + networking.hostName = "work"; # Do not touch ever. system.stateVersion = "23.11";