user updates
This commit is contained in:
@@ -9,7 +9,7 @@ let
|
||||
cfg = config.${namespace}.hardware.disko;
|
||||
isArm = builtins.match "aarch64*" system != null;
|
||||
rootDisk = "/dev/nvme0n1";
|
||||
|
||||
|
||||
# BTRFS root partition configuration
|
||||
btrfsRoot = {
|
||||
name = "btrfs-root";
|
||||
@@ -55,7 +55,7 @@ let
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
# BCacheFS root partition configuration
|
||||
bcachefsRoot = {
|
||||
size = "100%";
|
||||
|
||||
Reference in New Issue
Block a user