[NixOS] Automatically add configurations for machine files

This commit is contained in:
2021-08-20 19:19:50 -06:00
parent 5b9febb4d8
commit 4fbef3f0a3
4 changed files with 37 additions and 58 deletions

View File

@@ -7,7 +7,6 @@
networking.hostName = "air-gapped-pi";
hardware.video.hidpi.enable = true;
networking.enable = false;
system.stateVersion = "21.05";
}