mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
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:
parent
8ed1f6fcf9
commit
63ab51492d
@ -1,8 +1,8 @@
|
||||
{ disk ? "/dev/nvme1n1", prefix ? "ni", ... }:
|
||||
{ disk ? "/dev/nvme1n1", ... }:
|
||||
|
||||
{
|
||||
disko.devices = {
|
||||
disk."${prefix}-secondary" = {
|
||||
disk."ni-secondary" = {
|
||||
device = disk;
|
||||
type = "disk";
|
||||
content = {
|
||||
@ -18,7 +18,7 @@
|
||||
subvolumes = {
|
||||
"/root" = {
|
||||
mountOptions = [ "compress=zstd:10" ];
|
||||
mountpoint = "/";
|
||||
mountpoint = "/mnt/laptop-ssd";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user