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;