Initial commit
This commit is contained in:
commit
1ceaf7acff
26 changed files with 434 additions and 0 deletions
16
machines/lil-maid/modules/network/default.nix
Normal file
16
machines/lil-maid/modules/network/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
imports = [
|
||||
./firewall.nix
|
||||
./ssh.nix
|
||||
|
||||
./vpn
|
||||
];
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
networking.search = [
|
||||
"8.8.8.8"
|
||||
"8.8.4.4"
|
||||
];
|
||||
networking.hostName = "lil-maid";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue