Add ochsenchopf host
This commit is contained in:
parent
75e2230bd6
commit
9be69627fe
5 changed files with 104 additions and 1 deletions
12
host/ochsenchopf/networking.nix
Normal file
12
host/ochsenchopf/networking.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
networking = {
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
#enableFccUnlock = true; # TODO: Enable with nixos 22.05
|
||||
};
|
||||
useDHCP = false;
|
||||
hostName = "ochsenchopf";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue