reorganize ./modules

This commit is contained in:
2023-08-02 22:04:22 +02:00
parent 7536cd5097
commit ed9000aabe
9 changed files with 54 additions and 97 deletions

5
modules/networking.nix Normal file
View File

@@ -0,0 +1,5 @@
{
networking = {
hostName = "nixos";
networkmanager.enable = true;
}