2020-09-04 23:24:43 +00:00
|
|
|
{ config, ... }: {
|
|
|
|
imports = [
|
|
|
|
./disks.nix
|
|
|
|
<stockholm/tv>
|
|
|
|
<stockholm/tv/2configs/hw/x220.nix>
|
2020-10-03 11:04:58 +00:00
|
|
|
<stockholm/tv/2configs/ppp.nix>
|
2020-09-04 23:24:43 +00:00
|
|
|
<stockholm/tv/2configs/retiolum.nix>
|
2022-01-12 14:01:14 +00:00
|
|
|
<stockholm/tv/2configs/xsessions>
|
2020-09-04 23:24:43 +00:00
|
|
|
];
|
|
|
|
|
|
|
|
krebs.build.host = config.krebs.hosts.au;
|
|
|
|
|
|
|
|
networking.wireless.enable = true;
|
|
|
|
networking.useDHCP = false;
|
|
|
|
networking.interfaces.enp0s25.useDHCP = true;
|
|
|
|
networking.interfaces.wlp3s0.useDHCP = true;
|
|
|
|
networking.interfaces.wwp0s29u1u4i6.useDHCP = true;
|
|
|
|
|
|
|
|
system.stateVersion = "20.03";
|
2021-02-15 13:00:47 +00:00
|
|
|
|
|
|
|
tv.hw.screens.primary.width = 1920;
|
|
|
|
tv.hw.screens.primary.height = 1080;
|
2020-09-04 23:24:43 +00:00
|
|
|
}
|