diff --git a/instances/odin/common_configuration.nix b/instances/odin/common_configuration.nix index a44ad6c..a05c5a0 100644 --- a/instances/odin/common_configuration.nix +++ b/instances/odin/common_configuration.nix @@ -217,7 +217,7 @@ bertof_videos = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof/Video"; }; bertof_documents = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof/Documenti"; }; bertof_games_ssd = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof/Giochi/SSD"; }; - bertof_games_sata = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof/Giochi/SATA"; }; + # bertof_games_sata = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof/Giochi/SATA"; }; # bertof_games_hdd = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof/Giochi/HDD"; }; bertof_git = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof/Documenti/Git"; }; }; diff --git a/instances/odin/hardware-configuration.nix b/instances/odin/hardware-configuration.nix index e185f34..74238c0 100644 --- a/instances/odin/hardware-configuration.nix +++ b/instances/odin/hardware-configuration.nix @@ -41,11 +41,6 @@ fsType = "btrfs"; options = [ "space_cache=v2" "subvol=@bertof/@videos" "x-gvfs-hide" ]; }; - "/home/bertof/Giochi/SATA" = { - device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c"; - fsType = "btrfs"; - options = [ "space_cache=v2" "subvol=@bertof/@games_sata" "x-gvfs-hide" ]; - }; "/home/bertof/Musica" = { device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c"; fsType = "btrfs";