Moved recipemd package

This commit is contained in:
Tim Schubert 2022-03-18 18:00:59 +01:00
parent 9be4ce9855
commit 2b3b2a603c
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
7 changed files with 23 additions and 31 deletions

View file

@ -82,6 +82,7 @@ in
environment.systemPackages = with pkgs; [
chromium
ghostscript
recipemd
];
networking.firewall = {
@ -133,19 +134,19 @@ in
];
};
networking.wg-quick.interfaces.mullvad = {
address = [ "10.68.15.202/32" "fc00:bbbb:bbbb:bb01::5:fc9/128" ];
privateKeyFile = "/var/lib/wireguard/mullvad";
peers = [
{
publicKey = "BLNHNoGO88LjV/wDBa7CUUwUzPq/fO2UwcGLy56hKy4=";
allowedIPs = [ "0.0.0.0/0" "::0/0" ];
endpoint = "193.27.14.98:3152";
persistentKeepalive = 25;
}
];
postUp = "${pkgs.iproute2}/bin/ip rule add to 193.27.14.98 lookup main";
};
#networking.wg-quick.interfaces.mullvad = {
# address = [ "10.68.15.202/32" "fc00:bbbb:bbbb:bb01::5:fc9/128" ];
# privateKeyFile = "/var/lib/wireguard/mullvad";
# peers = [
# {
# publicKey = "Ec/wwcosVal9Kjc97ZuTTV7Dy5c0/W5iLet7jrSEm2k=";
# allowedIPs = [ "0.0.0.0/0" "::0/0" ];
# endpoint = "193.27.14.66:51820";
# persistentKeepalive = 25;
# }
# ];
# postUp = "${pkgs.iproute2}/bin/ip rule add to 193.27.14.66 lookup main";
#};
hardware.opengl = {
enable = true;