mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-15 00:36:25 +00:00
15 lines
343 B
Nix
15 lines
343 B
Nix
|
# Host: Intel Corporation NUC5PPYB
|
||
|
# CPU: Intel Pentium N3700 (4) @ 2.400GHz
|
||
|
# GPU: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx
|
||
|
# Memory: 7877MiB
|
||
|
|
||
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
# base NUC configuration
|
||
|
../../_mixins/servers/nuc-base.nix
|
||
|
];
|
||
|
|
||
|
systemd.network.networks."10-lan".networkConfig.Address = "192.168.40.209/24";
|
||
|
}
|