wireguard

This commit is contained in:
Vivian 2022-12-19 09:36:53 +01:00
parent b12215101c
commit afbb424e3e
4 changed files with 14 additions and 13 deletions

View file

@ -454,11 +454,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1671367279,
"narHash": "sha256-NhYZqarJAKWLCeGxWZ9zvX4WYpA+3bq8tN1gBv0dZyA=",
"lastModified": 1671375934,
"narHash": "sha256-ijHwLyDzSVdNbpgJWaP3I+t9f44TFUggdeMUr/uURwQ=",
"owner": "hyprwm",
"repo": "Hyprland",
"rev": "a163ca92377a56c196222a48c0a5676a7bb4ac3b",
"rev": "6424a1e398ee6a5ad442cd27fb2acb82c0f04337",
"type": "github"
},
"original": {
@ -800,16 +800,16 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1671200928,
"narHash": "sha256-mZfzDyzojwj6I0wyooIjGIn81WtGVnx6+avU5Wv+VKU=",
"lastModified": 1671356613,
"narHash": "sha256-Pim9px0qRp6IejhLDs53dfmGy/lAszWanCCwLRK1Hag=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "757b82211463dd5ba1475b6851d3731dfe14d377",
"rev": "ecca235a5bdf580ec15cde533f5a95266bbc7fb7",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
}
@ -886,11 +886,11 @@
},
"nur": {
"locked": {
"lastModified": 1671337747,
"narHash": "sha256-wIiTS4GebkbhyL+WYl8U3TcmLGwpQuv0/z1PEdno7W0=",
"lastModified": 1671392835,
"narHash": "sha256-iTlSRWA4Rqetjrs3no9zXlrlO4VtZut9T/KHrQw/Dw4=",
"owner": "nix-community",
"repo": "NUR",
"rev": "ccf9b872a81ec4ba8f79fd8e6c0b6f87a2548c20",
"rev": "21bda9a72e4f59aaa1dccb81400ac64304a22f0a",
"type": "github"
},
"original": {

View file

@ -6,7 +6,7 @@
# * https://git.voidcorp.nl/j00lz/nixos-configs/src/branch/main/flake.nix
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
nur.url = "github:nix-community/NUR";

View file

@ -66,7 +66,7 @@ in {
{
# New Laptop
publicKey = "+Ms3xV6LxNZWTQk11zoz+AUIV2uds6A64Wz15JlR/Ak=";
allowedIPs = [ "10.100.0.5/32" ];
allowedIPs = [ "10.100.0.6/32" ];
}
{
# Aerdenhout

View file

@ -13,7 +13,8 @@
# Bootloader.
boot = {
kernelPackages = pkgs.linuxPackages_latest;
# kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;