this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(wolumonde): removed hetzner volume

dusk 52ca14a6 c4a4afb9

+12 -12
+12 -12
hosts/wolumonde/modules/hardware-configuration.nix
··· 12 12 device = "/dev/sda1"; 13 13 fsType = "ext4"; 14 14 }; 15 - fileSystems."/mnt/data" = { 16 - device = "/dev/disk/by-id/scsi-0HC_Volume_102930299"; 17 - fsType = "btrfs"; 18 - options = [ "noatime" "autodefrag" "compress-force=zstd:8" ]; 19 - }; 20 - services.beesd.filesystems = { 21 - "-" = { 22 - spec = "/dev/disk/by-id/scsi-0HC_Volume_102930299"; 23 - hashTableSizeMB = 48; 24 - verbosity = "crit"; 25 - }; 26 - }; 15 + # fileSystems."/mnt/data" = { 16 + # device = "/dev/disk/by-id/scsi-0HC_Volume_102930299"; 17 + # fsType = "btrfs"; 18 + # options = [ "noatime" "autodefrag" "compress-force=zstd:8" ]; 19 + # }; 20 + # services.beesd.filesystems = { 21 + # "-" = { 22 + # spec = "/dev/disk/by-id/scsi-0HC_Volume_102930299"; 23 + # hashTableSizeMB = 48; 24 + # verbosity = "crit"; 25 + # }; 26 + # }; 27 27 }