From 43f698a329f41d9deeccf3b8147f5f098512002e Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 13 Apr 2022 19:24:04 +0200 Subject: [PATCH] Remove old snapper path --- nixos/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }; };