chore: update deprecated settings
This commit is contained in:
parent
f8ca2b1365
commit
4dbe4190ab
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue