Adjust keyfile path
This commit is contained in:
parent
e4976a58cf
commit
a03e44a95a
|
@ -10,7 +10,7 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
pub-solar.x-os.keyfile = "/etc/nixos/secrets/keyfile.bin";
|
pub-solar.x-os.keyfile = "/etc/nixos/hosts/dumpyourvms/secrets/keyfile.bin";
|
||||||
|
|
||||||
# fix backlight for keyboard and brightness, adjust function key binding
|
# fix backlight for keyboard and brightness, adjust function key binding
|
||||||
boot.kernelParams = [ "acpi_backlight=video" "hid_apple.fnmode=2" ];
|
boot.kernelParams = [ "acpi_backlight=video" "hid_apple.fnmode=2" ];
|
||||||
|
|
Loading…
Reference in a new issue