nix machine / user configurations

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

ptr.pet 31bfdad6 0626ed12

verified
Changed files
+8 -1
hosts
wolumonde
+1 -1
deploy.nu
···
def main [hostname: string = "wolumonde"] {
webhook "deploy" "=== started deploying all ==="
-
["blog" "skeetdeck" "brl" "limbusart"]
+
["blog" "limbusart" "nsid-tracker"]
| each {|input| update-input $input}
try {
+7
hosts/wolumonde/modules/hardware-configuration.nix
···
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";
+
};
+
};
}