module for flakes

This commit is contained in:
zuckerberg
2021-04-11 18:41:05 -04:00
parent 22c484d95b
commit f5a41eeb3f
5 changed files with 22 additions and 6 deletions

View File

@@ -18,6 +18,8 @@
allowDiscards = true;
};
nix.flakes.enable = true;
networking.useDHCP = false;
networking.interfaces.enp57s0f1.useDHCP = true;
networking.interfaces.wlp0s20f3.useDHCP = true;