Add ochsenchopf host

This commit is contained in:
Fabian Hauser 2022-04-17 09:56:30 +02:00
parent 75e2230bd6
commit 9be69627fe
5 changed files with 104 additions and 1 deletions

View file

@ -0,0 +1,12 @@
{ config, pkgs, ... }:
{
networking = {
networkmanager = {
enable = true;
#enableFccUnlock = true; # TODO: Enable with nixos 22.05
};
useDHCP = false;
hostName = "ochsenchopf";
};
}