setup desktop with nixos

This commit is contained in:
Vinzenz Schroeter 2023-08-27 13:28:13 +02:00
parent 4585904bdc
commit be2290371c
9 changed files with 106 additions and 24 deletions

View file

@ -18,10 +18,7 @@
boot.loader = {
systemd-boot.enable = true;
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
};
efi.canTouchEfiVariables = true;
};
networking = {