From 341af0ee57a12e25e5da10d9f9b92e7b52e1313d Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 23 Feb 2022 16:47:56 +0100 Subject: [PATCH] Removed old virt subvolumes --- nixos/base.nix | 2 -- 1 file changed, 2 deletions(-) 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"; }; }; };