From 8139e848a42c238150db2f1cb3fd7ca47674567e Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 21 Apr 2026 20:28:50 +0200 Subject: [PATCH] =?UTF-8?q?R=C3=BCckbau=20des=20nextcloud=20Logical=20Volu?= =?UTF-8?q?mes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index 2e34a07..36050b8 100755 --- a/configuration.nix +++ b/configuration.nix @@ -27,11 +27,11 @@ }; }; - # LVM Volume Mounts - fileSystems."/home/martin/Nextcloud" = { - device = "dev/disk/by-uuid/5142d945-7948-4bc9-85ca-7f6dc760d17a"; - fsType = "ext4"; - }; +# # LVM Volume Mounts +# fileSystems."/home/martin/Nextcloud" = { +# device = "dev/disk/by-uuid/5142d945-7948-4bc9-85ca-7f6dc760d17a"; +# fsType = "ext4"; +# }; networking.hostName = "dukebook"; # Define your hostname. # Pick only one of the below networking options. @@ -120,6 +120,7 @@ neovim gnome-software xwayland-satellite + parted ]; programs.niri.enable = true;