stockholm/tv/1systems/au/config.nix

24 lines
604 B
Nix
Raw Normal View History

2020-09-05 01:24:43 +02:00
{ config, ... }: {
imports = [
./disks.nix
<stockholm/tv>
<stockholm/tv/2configs/hw/x220.nix>
2020-10-03 13:04:58 +02:00
<stockholm/tv/2configs/ppp.nix>
2020-09-05 01:24:43 +02:00
<stockholm/tv/2configs/retiolum.nix>
2022-01-12 15:01:14 +01:00
<stockholm/tv/2configs/xsessions>
2020-09-05 01:24:43 +02: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 14:00:47 +01:00
tv.hw.screens.primary.width = 1920;
tv.hw.screens.primary.height = 1080;
2020-09-05 01:24:43 +02:00
}