nix machine / user configurations

chore(wolumonde): removed hetzner volume

ptr.pet 52ca14a6 c4a4afb9

verified
Changed files
+12 -12
hosts
wolumonde
+12 -12
hosts/wolumonde/modules/hardware-configuration.nix
···
device = "/dev/sda1";
fsType = "ext4";
};
-
fileSystems."/mnt/data" = {
-
device = "/dev/disk/by-id/scsi-0HC_Volume_102930299";
-
fsType = "btrfs";
-
options = [ "noatime" "autodefrag" "compress-force=zstd:8" ];
-
};
-
services.beesd.filesystems = {
-
"-" = {
-
spec = "/dev/disk/by-id/scsi-0HC_Volume_102930299";
-
hashTableSizeMB = 48;
-
verbosity = "crit";
-
};
-
};
+
# fileSystems."/mnt/data" = {
+
# device = "/dev/disk/by-id/scsi-0HC_Volume_102930299";
+
# fsType = "btrfs";
+
# options = [ "noatime" "autodefrag" "compress-force=zstd:8" ];
+
# };
+
# services.beesd.filesystems = {
+
# "-" = {
+
# spec = "/dev/disk/by-id/scsi-0HC_Volume_102930299";
+
# hashTableSizeMB = 48;
+
# verbosity = "crit";
+
# };
+
# };
}