Clean branch
This commit is contained in:
commit
de986accc2
42 changed files with 1959 additions and 0 deletions
14
linux/blitzar/network.nix
Normal file
14
linux/blitzar/network.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ config, ... }: {
|
||||
networking = {
|
||||
domain = config.constants.domain;
|
||||
hostId = "30f8f777";
|
||||
hostName = "blitzar";
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
wifi.backend = "iwd";
|
||||
};
|
||||
nftables.enable = true;
|
||||
wireless.iwd.enable = true;
|
||||
};
|
||||
services.resolved.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue