Cleanup stuff only necessary

This commit is contained in:
2025-08-31 01:20:48 +02:00
parent 75d30efc6c
commit b1b36e418f
20 changed files with 28 additions and 1832 deletions

View File

@@ -1,6 +1,8 @@
{ config, lib, pkgs, ... }:
{ config, pkgs, ... }:
{
# For this a disk with the label nextcloud is required
# Setting the filesystem for nextcloud
fileSystems."/mnt/nextcloudStorage" = {
device = "/dev/disk/by-label/nextcloud";