Upgrade system to NixOS 22.05

This commit is contained in:
Alexander Kobjolke 2022-06-26 01:08:53 +02:00
parent 76a8b7975a
commit d3e267b2e3
4 changed files with 25 additions and 44 deletions

View file

@ -28,7 +28,7 @@
# boot.loader.efi.efiSysMountPoint = "/boot/efi";
# Define on which hard drive you want to install Grub.
boot.loader.grub.device = "/dev/vda"; # or "nodev" for efi only
boot.loader.systemd-boot.enable = true;
# boot.loader.systemd-boot.enable = true;
# Set your time zone.
time.timeZone = "Europe/Berlin";
@ -87,7 +87,7 @@
security.acme = {
acceptTerms = true;
email = "alex@jakalx.net";
defaults.email = "alex@jakalx.net";
};
security.sudo = {