Add wgh wireguard network.

This commit is contained in:
Tom Alexander
2024-12-28 21:05:45 -05:00
parent 720164497d
commit ce8718b042
3 changed files with 32 additions and 3 deletions

View File

@@ -17,4 +17,7 @@
# Early KMS
boot.initrd.kernelModules = [ "amdgpu" ];
# Mount tmpfs at /tmp
boot.tmp.useTmpfs = true;
}

View File

@@ -7,6 +7,23 @@
{
imports = [ ];
nix.settings.system-features = lib.mkForce [
"gccarch-znver4"
"gccarch-skylake"
# "gccarch-alderlake" missing pkgwait
"gccarch-x86-64-v3"
"benchmark"
"big-parallel"
"kvm"
"nixos-test"
];
# nixpkgs.hostPlatform = {
# gcc.arch = "znver4";
# gcc.tune = "znver4";
# system = "x86_64-linux";
# };
nixpkgs.overlays = [
(
self: super: