Adjust keyfile path

This commit is contained in:
teutat3s 2021-06-15 02:11:48 +02:00
parent e4976a58cf
commit a03e44a95a
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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" ];