mirror of
https://github.com/elitak/nixos-infect.git
synced 2024-11-01 00:29:57 +03:00
Removed config.
This commit is contained in:
parent
c21e7a62f3
commit
554b5d3670
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ makeConf() {
|
|||
|
||||
|
||||
boot.cleanTmpDir = true;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
# boot.loader.systemd-boot.enable = true;
|
||||
# boot.loader.efi.canTouchEfiVariables = true;
|
||||
zramSwap.enable = ${zramswap};
|
||||
|
||||
networking.hostName = "$(hostname -s)";
|
||||
|
|
Loading…
Reference in a new issue