reeee
This commit is contained in:
parent
b0ba53b89e
commit
fc3c55b4a7
5 changed files with 19 additions and 10 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
boot = {
|
||||
loader = {
|
||||
grub.enable = true;
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
|
|
@ -65,9 +65,4 @@
|
|||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
(lib.hiPrio pkgs.uutils-coreutils.override {prefix = "";})
|
||||
(lib.hiPrio pkgs.uutils-findutils.override {prefix = "";})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue