From 22455cab036cee1ecf0249463c06ffd50ac4bcc1 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sat, 29 Mar 2025 15:49:17 +0100 Subject: [PATCH] srv1: unmount vm storage --- nix/os/devices/sj-srv1/system.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/os/devices/sj-srv1/system.nix b/nix/os/devices/sj-srv1/system.nix index 5aea904..c5e4c43 100644 --- a/nix/os/devices/sj-srv1/system.nix +++ b/nix/os/devices/sj-srv1/system.nix @@ -207,7 +207,8 @@ in parallelShutdown = 3; }; - fileSystems."/mnt/8078-532D".device = "/dev/disk/by-uuid/8078-532D"; + # VM storage + # fileSystems."/mnt/8078-532D".device = "/dev/disk/by-uuid/8078-532D"; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions