Fix outdated settings
This commit is contained in:
parent
57d5975311
commit
3be3fd71e7
2 changed files with 1 additions and 7 deletions
|
@ -44,12 +44,6 @@ let
|
||||||
"/dev/${config.name}";
|
"/dev/${config.name}";
|
||||||
};
|
};
|
||||||
|
|
||||||
deviceScript = mkOption {
|
|
||||||
type = types.str;
|
|
||||||
description = "A command for loading the device path into the device variable";
|
|
||||||
internal = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
deviceVariable = mkOption {
|
deviceVariable = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = "The name of the variable holding the name of the disk";
|
description = "The name of the variable holding the name of the disk";
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
components = [ "Logitech G903" ];
|
components = [ "Logitech G903" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
partition.os.deviceName = "nvme0n1";
|
fileSystems.diskSetup.devices.OS.name = "nvme0n1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue