Rückbau des nextcloud Logical Volumes

This commit is contained in:
2026-04-21 20:28:50 +02:00
parent 8473681983
commit 8139e848a4
+6 -5
View File
@@ -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;