chore: update deprecated settings

This commit is contained in:
Laureηt 2023-04-19 21:37:04 +02:00
parent f8ca2b1365
commit 4dbe4190ab
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -34,13 +34,13 @@
boot.supportedFilesystems = [ "ntfs" ];
# clean /tmp at each boot
boot.cleanTmpDir = true;
boot.tmp.cleanOnBoot = true;
# use latest kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
# restrict nix command to sudoers
nix.allowedUsers = [ "@wheel" ];
nix.settings.allowed-users = [ "@wheel" ];
# hardware
hardware = {