diskoConfigs/laptop-ssd: update to be specific

It doesn't help much and I don't want it to set another submodule for
filesystem suite.
This commit is contained in:
Gabriel Arazas 2024-11-24 20:52:05 +08:00
parent 8ed1f6fcf9
commit 63ab51492d
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -1,8 +1,8 @@
{ disk ? "/dev/nvme1n1", prefix ? "ni", ... }: { disk ? "/dev/nvme1n1", ... }:
{ {
disko.devices = { disko.devices = {
disk."${prefix}-secondary" = { disk."ni-secondary" = {
device = disk; device = disk;
type = "disk"; type = "disk";
content = { content = {
@ -18,7 +18,7 @@
subvolumes = { subvolumes = {
"/root" = { "/root" = {
mountOptions = [ "compress=zstd:10" ]; mountOptions = [ "compress=zstd:10" ];
mountpoint = "/"; mountpoint = "/mnt/laptop-ssd";
}; };
}; };
}; };