2024-11-29 01:49:18 -05:00
|
|
|
{ ... }:
|
2024-11-06 22:39:23 -05:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./boot
|
2024-11-24 16:53:49 -05:00
|
|
|
./disko
|
|
|
|
./filesystems
|
2024-11-06 22:39:23 -05:00
|
|
|
./hardware
|
2024-11-29 01:49:18 -05:00
|
|
|
./modules
|
2024-11-06 22:39:23 -05:00
|
|
|
../../modules/system
|
|
|
|
];
|
|
|
|
|
2024-11-29 01:49:18 -05:00
|
|
|
system.wireless.enable = false;
|
2024-11-24 09:55:02 -05:00
|
|
|
|
2024-11-29 01:49:18 -05:00
|
|
|
system.wireguard.client.enable = true;
|
|
|
|
networking.wireguard.interfaces.wgc.ips = [ "10.100.0.21/24" ];
|
|
|
|
|
|
|
|
boot.binfmt.emulatedSystems = [ "x86_64-linux" ];
|
2024-11-06 22:39:23 -05:00
|
|
|
|
2024-11-12 04:25:51 -05:00
|
|
|
networking.hostName = "extern";
|
2024-11-06 22:39:23 -05:00
|
|
|
}
|