diff --git a/hosts/zeke/hardware-configuration.nix b/hosts/zeke/hardware-configuration.nix index 0147984..ab50532 100644 --- a/hosts/zeke/hardware-configuration.nix +++ b/hosts/zeke/hardware-configuration.nix @@ -35,8 +35,8 @@ device = "/dev/nvme0n1p1"; fsType = "auto"; }; - "/mnt/tmp" = { - device = "/dev/disk/by-uuid/f456aeb0-a11a-4b84-86ae-402eff6d98bb"; + "/mnt/disk1" = { + device = "/dev/disk/by-uuid/0bb64e76-8811-499a-b60e-cc97808f2b0e"; fsType = "btrfs"; }; }; diff --git a/manifests/auto/nodes.yaml b/manifests/auto/nodes.yaml index e1e9c24..83fe699 100644 --- a/manifests/auto/nodes.yaml +++ b/manifests/auto/nodes.yaml @@ -35,7 +35,12 @@ metadata: [ { "path": "/var/lib/longhorn", - "allowScheduling" : trues, + "allowScheduling" : true, "tags": ["ssd", "fast"] + }, + { + "path": "/mnt/disk1", + "allowScheduling": true, + "tags": ["hdd", "large"] } ]