Upgrade system to NixOS 22.05
This commit is contained in:
parent
76a8b7975a
commit
d3e267b2e3
4 changed files with 25 additions and 44 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue