[NixOS] Remove arm incompatible from desktop.nix

This commit is contained in:
2023-07-28 01:49:44 +00:00
committed by Kat Huang
parent 18e6bbb3f4
commit a9bdd9103e
5 changed files with 11 additions and 14 deletions

View File

@@ -27,7 +27,7 @@
hardware.enableRedistributableFirmware = true;
networking.useDHCP = true;
# networking.useDHCP = true;
networking.interfaces.eth0.useDHCP = true;
networking.interfaces.wlan0.useDHCP = true;
@@ -51,7 +51,7 @@
};
nix = {
autoOptimiseStore = true;
auto-optimise-store = true;
gc = {
automatic = true;
dates = "weekly";