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