added katana
This commit is contained in:
parent
ba55e5571c
commit
e34907e038
6 changed files with 134 additions and 49 deletions
13
hosts/katana/networkd.nix
Normal file
13
hosts/katana/networkd.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
{ modulesPath, config, pkgs, lib, self, ... }:
|
||||
|
||||
{
|
||||
networking = {
|
||||
hostName = "katana"; # Define your hostname.
|
||||
networkmanager.enable = true; #Enable Network Manager
|
||||
firewall = {
|
||||
allowedTCPPorts = [];
|
||||
allowedUDPPorts = [];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue