new disk config with ssd
Some checks failed
/ perform flake analysis (push) Successful in 39s
/ build hive configuration (push) Failing after 9m51s

This commit is contained in:
2026-01-20 07:39:14 +01:00
parent 2389cfb703
commit ff52a9c024

View File

@@ -7,7 +7,7 @@
# and the actual btrfs raid on the second disk, and the name of these entries matters!
system = {
type = "disk";
device = "/dev/mmcblk0";
device = "/dev/sdb";
content = {
type = "gpt";
partitions = {
@@ -42,6 +42,10 @@
"/root" = {
mountpoint = "/";
};
"/nix" = {
mountpoint = "/nix";
mountOptions = [ "compress=zstd:3" ];
};
};
};
};
@@ -74,10 +78,6 @@
mountpoint = "/mnt/fs";
mountOptions = [ "compress=zstd:3" ];
};
"/nix" = {
mountpoint = "/nix";
mountOptions = [ "compress=zstd:3" ];
};
"/data" = {
mountpoint = "/mnt/data";