Add lindberg
This commit is contained in:
parent
1a0d7946fb
commit
de3db0d159
4 changed files with 94 additions and 0 deletions
10
host/lindberg/networking.nix
Normal file
10
host/lindberg/networking.nix
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue