diff --git a/instances/sif/configuration.nix b/instances/sif/configuration.nix index 2369702..7a2c5da 100644 --- a/instances/sif/configuration.nix +++ b/instances/sif/configuration.nix @@ -258,16 +258,17 @@ }; in { - bertof_home = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof"; }; - bertof_music = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof/Musica"; }; - bertof_downloads = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof/Scaricati"; }; - bertof_images = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof/Immagini"; }; - 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_hdd = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof/Giochi/HDD"; }; - bertof_git = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof/Documenti/Git"; }; + home = lib.recursiveUpdate common { SUBVOLUME = "/home/"; }; + # bertof_home = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof"; }; + # bertof_music = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof/Musica"; }; + # bertof_downloads = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof/Scaricati"; }; + # bertof_images = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof/Immagini"; }; + # 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_hdd = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof/Giochi/HDD"; }; + # bertof_git = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof/Documenti/Git"; }; }; };