Add lindberg

This commit is contained in:
qo.is sysadmin 2021-04-10 18:14:17 +02:00
parent 1a0d7946fb
commit de3db0d159
4 changed files with 94 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{ config, pkgs, ... }:
let
meta = import ../../meta;
in {
networking.hostName = "lindberg"; # TODO: Extract into meta
networking.useDHCP = false;
networking.interfaces.enp5s0.useDHCP = true;
}