add config for work.nix
This commit is contained in:
11
hosts/work-nix/network.nix
Normal file
11
hosts/work-nix/network.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
hostname,
|
||||
...
|
||||
}:
|
||||
{
|
||||
networking = {
|
||||
hostName = "${hostname}";
|
||||
networkmanager.enable = true;
|
||||
firewall.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user