diff --git a/common/networking.nix b/common/networking.nix index 5da585c..046d3e5 100644 --- a/common/networking.nix +++ b/common/networking.nix @@ -7,6 +7,7 @@ firewall = { allowPing = false; enable = true; + checkReversePath = "loose"; trustedInterfaces = [ "tailscale0" ]; }; }; diff --git a/flake.lock b/flake.lock index d88f87d..c0a85fc 100644 --- a/flake.lock +++ b/flake.lock @@ -81,11 +81,11 @@ }, "locked": { "dir": "contrib", - "lastModified": 1652412677, - "narHash": "sha256-JUtGjeDI8BKRzKHJPpaovIzuYFcdWrm5HYwSYbd+kcc=", + "lastModified": 1652468302, + "narHash": "sha256-avZzse3vhu90sV2PnoCX/nHft7X0NN2jYiXN/06an/E=", "owner": "neovim", "repo": "neovim", - "rev": "030417d80bac7fb3e9574b7cb1b81dca8fedda32", + "rev": "9e4286294f9caa5a20851706331cc46a5342f326", "type": "github" }, "original": { @@ -102,11 +102,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1652430051, - "narHash": "sha256-lmQ+GkuL9yo3VPdEYBZZ414VNjn9fCQQIkBRJndDEco=", + "lastModified": 1652516168, + "narHash": "sha256-/rGFZkBofBeFSwbyXHlJuhUDHjqgcTavv9l1ObO2SHE=", "owner": "nix-community", "repo": "neovim-nightly-overlay", - "rev": "1705145729ba13e76e2aea94db719a5c592604fe", + "rev": "114c95b73123731946ef0d14c217ee5ae37f765b", "type": "github" }, "original": { @@ -133,11 +133,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1652231724, - "narHash": "sha256-MjalcXFZgcgchp4QqnF05JTkFBBGad5hbksA1EKoP98=", + "lastModified": 1652378906, + "narHash": "sha256-DeV2myAMArPvyqxp0M6z30kuXb2L9SO2QXjxbbsZQyY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "41ff747f882914c1f8c233207ce280ac9d0c867f", + "rev": "d89d7af1ba23bd8a5341d00bdd862e8e9a808f56", "type": "github" }, "original": { @@ -149,11 +149,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1652231724, - "narHash": "sha256-MjalcXFZgcgchp4QqnF05JTkFBBGad5hbksA1EKoP98=", + "lastModified": 1652378906, + "narHash": "sha256-DeV2myAMArPvyqxp0M6z30kuXb2L9SO2QXjxbbsZQyY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "41ff747f882914c1f8c233207ce280ac9d0c867f", + "rev": "d89d7af1ba23bd8a5341d00bdd862e8e9a808f56", "type": "github" }, "original": { diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index e42d06f..75b142b 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -8,7 +8,7 @@ boot.loader.efi.canTouchEfiVariables = true; hardware.nvidia.modesetting.enable = true; - /* hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.legacy_470; */ + hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.legacy_470; networking.hostName = "hephaestus";