setup desktop with nixos
This commit is contained in:
parent
4585904bdc
commit
be2290371c
9 changed files with 106 additions and 24 deletions
|
|
@ -18,10 +18,7 @@
|
|||
|
||||
boot.loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
efiSysMountPoint = "/boot/efi";
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue