diff --git a/nixos/base.nix b/nixos/base.nix index 7182e85..4896ec9 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -164,7 +164,7 @@ bertof_videos = common // { subvolume = "/home/bertof/Video"; }; bertof_documents = common // { subvolume = "/home/bertof/Documenti"; }; bertof_games_ssd = common // { subvolume = "/home/bertof/Giochi/SSD"; }; - bertof_games_hdd = common // { subvolume = "/home/bertof/Giochi/HDD"; }; + # bertof_games_hdd = common // { subvolume = "/home/bertof/Giochi/HDD"; }; bertof_git = common // { subvolume = "/home/bertof/Documenti/Git"; }; }; };