diff --git a/flake.lock b/flake.lock index f31fbe5..70e161c 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index f38904d..d47edf8 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/nixos/hosts/olympus/wireguard/configuration.nix b/nixos/hosts/olympus/wireguard/configuration.nix index 4983169..556fb58 100644 --- a/nixos/hosts/olympus/wireguard/configuration.nix +++ b/nixos/hosts/olympus/wireguard/configuration.nix @@ -66,7 +66,7 @@ in { { # New Laptop publicKey = "+Ms3xV6LxNZWTQk11zoz+AUIV2uds6A64Wz15JlR/Ak="; - allowedIPs = [ "10.100.0.5/32" ]; + allowedIPs = [ "10.100.0.6/32" ]; } { # Aerdenhout diff --git a/nixos/hosts/thalassa/aoife/configuration.nix b/nixos/hosts/thalassa/aoife/configuration.nix index 633a0a2..6769d5e 100644 --- a/nixos/hosts/thalassa/aoife/configuration.nix +++ b/nixos/hosts/thalassa/aoife/configuration.nix @@ -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;