rename old options

This commit is contained in:
nyanloutre 2023-08-16 20:47:28 +02:00
parent 317b1a24e6
commit 15cc0c9d0d
Signed by: nyanloutre
GPG Key ID: 194A92D1103ACB2A
1 changed files with 6 additions and 4 deletions

View File

@ -26,7 +26,7 @@
"acpi_enforce_resources=lax"
"zfs.zfs_arc_max=2147483648"
];
boot.tmpOnTmpfs = false;
boot.tmp.useTmpfs = false;
boot.supportedFilesystems = [ "zfs" ];
virtualisation.virtualbox.host.enable = true;
@ -60,7 +60,7 @@
hardware.bluetooth.enable = true;
# Logitech G920
hardware.usbWwan.enable = true;
hardware.usb-modeswitch.enable = true;
# hardware.pulseaudio.extraConfig = ''
# load-module module-null-sink sink_name=mic_denoised_out rate=48000
@ -120,8 +120,10 @@
};
services.openssh.enable = true;
services.openssh.passwordAuthentication = false;
services.openssh.forwardX11 = true;
services.openssh.settings = {
PasswordAuthentication = false;
X11Forwarding = true;
};
# security.pki.certificates = [
# ''