Compare commits
No commits in common. "1047915cd26525f4d6a8d0bf0fd716fea18fd692" and "3a90472a966075585170fce40885ed8252e05719" have entirely different histories.
1047915cd2
...
3a90472a96
2 changed files with 0 additions and 44 deletions
|
@ -329,9 +329,6 @@
|
||||||
};
|
};
|
||||||
} // self.colmenaHive.nodes;
|
} // self.colmenaHive.nodes;
|
||||||
|
|
||||||
hydraJobs = {
|
|
||||||
agate = self.nixosConfigurations.agate;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
// flake-utils.lib.eachDefaultSystem (
|
// flake-utils.lib.eachDefaultSystem (
|
||||||
system:
|
system:
|
||||||
|
|
|
@ -86,47 +86,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
hdd1 = {
|
|
||||||
type = "disk";
|
|
||||||
device = "/dev/disk/by-id/ata-WUH721414ALE6L0_9KGEMPVL";
|
|
||||||
content = {
|
|
||||||
type = "gpt";
|
|
||||||
partitions = {
|
|
||||||
storage_p1 = {
|
|
||||||
size = "100%";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
hdd2 = {
|
|
||||||
type = "disk";
|
|
||||||
device = "/dev/disk/by-id/ata-WUH721414ALE6L0_X1G14ZNL";
|
|
||||||
content = {
|
|
||||||
type = "gpt";
|
|
||||||
partitions = {
|
|
||||||
storage_p2 = {
|
|
||||||
size = "100%";
|
|
||||||
content = {
|
|
||||||
type = "btrfs";
|
|
||||||
extraArgs = [
|
|
||||||
"-f"
|
|
||||||
"-d raid1"
|
|
||||||
"/dev/disk/by-partlabel/disk-hdd1-storage_p1"
|
|
||||||
];
|
|
||||||
subvolumes = {
|
|
||||||
"/storage" = {
|
|
||||||
mountOptions = [
|
|
||||||
"compress=zstd"
|
|
||||||
];
|
|
||||||
mountpoint = "/storage";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue