Rückbau des nextcloud Logical Volumes
This commit is contained in:
+6
-5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user