Use nftables, update ghettoptt

This commit is contained in:
Torjus Håkestad 2024-03-10 18:59:45 +01:00
parent fb3413baff
commit f08ff94e6f
2 changed files with 9 additions and 4 deletions

8
flake.lock generated
View File

@ -5,11 +5,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1710021595, "lastModified": 1710037451,
"narHash": "sha256-kOzZnP8+4Q1A1WaxUMjTQhE+bJBVRBe9r1uzLWFt/+U=", "narHash": "sha256-M/C0UdiUC07rZzohelFSY5ttJZILfaQ3T/i6LP9jmJE=",
"ref": "master", "ref": "master",
"rev": "6987925decd2e950df4b39f3272b5e968cba3840", "rev": "4ebf6dd71576998a3d93a4bc560eae961e6920e8",
"revCount": 3, "revCount": 6,
"type": "git", "type": "git",
"url": "https://git.t-juice.club/torjus/ghettoptt" "url": "https://git.t-juice.club/torjus/ghettoptt"
}, },

View File

@ -34,6 +34,11 @@
# Networking stuff # Networking stuff
networking.hostName = "gunter"; # Define your hostname. networking.hostName = "gunter"; # Define your hostname.
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
networking.nftables.enable = true;
networking.firewall = {
enable = true;
};
# Set time stuff # Set time stuff
time.timeZone = "Europe/Oslo"; time.timeZone = "Europe/Oslo";