first commit
This commit is contained in:
commit
58a3f28118
72 changed files with 3082 additions and 0 deletions
7
modules/core/network.nix
Executable file
7
modules/core/network.nix
Executable file
|
@ -0,0 +1,7 @@
|
|||
{ ... }: {
|
||||
networking = {
|
||||
hostName = "nixos";
|
||||
networkmanager.enable = true;
|
||||
nameservers = [ "1.1.1.1" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue