diff --git a/nixos/base.nix b/nixos/base.nix index 3346aae..08105a9 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -160,8 +160,6 @@ bertof_games_ssd = common // { subvolume = "/home/bertof/Giochi/SSD"; }; bertof_games_hdd = common // { subvolume = "/home/bertof/Giochi/HDD"; }; bertof_git = common // { subvolume = "/home/bertof/Documenti/Git"; }; - bertof_virt_ssd = common // { subvolume = "/home/bertof/Documenti/VirtManager/SSD"; }; - bertof_virt_hdd = common // { subvolume = "/home/bertof/Documenti/VirtManager/HDD"; }; }; };