1
0
Fork 0

Init router configuration to carbon

This commit is contained in:
clerie 2020-12-07 15:14:33 +01:00
parent f7233b661e
commit 3ba7defdd0
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{ ... }:
{
environment.systemPackages = with pkgs; [
wireguard-tools
];
}

View File

@ -5,6 +5,7 @@
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../../configuration/common ../../configuration/common
../../configuration/router
]; ];
boot.kernelParams = [ "console=ttyS0,115200n8" ]; boot.kernelParams = [ "console=ttyS0,115200n8" ];