this repo has no description
4
fork

Configure Feed

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

feat(wolumonde): beesd go brr [skip ci]

dusk 31bfdad6 0626ed12

+8 -1
+1 -1
deploy.nu
··· 121 121 def main [hostname: string = "wolumonde"] { 122 122 webhook "deploy" "=== started deploying all ===" 123 123 124 - ["blog" "skeetdeck" "brl" "limbusart"] 124 + ["blog" "limbusart" "nsid-tracker"] 125 125 | each {|input| update-input $input} 126 126 127 127 try {
+7
hosts/wolumonde/modules/hardware-configuration.nix
··· 17 17 fsType = "btrfs"; 18 18 options = [ "noatime" "autodefrag" "compress-force=zstd:8" ]; 19 19 }; 20 + services.beesd.filesystems = { 21 + "-" = { 22 + spec = "/dev/disk/by-id/scsi-0HC_Volume_102930299"; 23 + hashTableSizeMB = 48; 24 + verbosity = "crit"; 25 + }; 26 + }; 20 27 }