Use nftables, update ghettoptt
This commit is contained in:
parent
fb3413baff
commit
f08ff94e6f
@ -5,11 +5,11 @@
|
||||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1710021595,
|
||||
"narHash": "sha256-kOzZnP8+4Q1A1WaxUMjTQhE+bJBVRBe9r1uzLWFt/+U=",
|
||||
"lastModified": 1710037451,
|
||||
"narHash": "sha256-M/C0UdiUC07rZzohelFSY5ttJZILfaQ3T/i6LP9jmJE=",
|
||||
"ref": "master",
|
||||
"rev": "6987925decd2e950df4b39f3272b5e968cba3840",
|
||||
"revCount": 3,
|
||||
"rev": "4ebf6dd71576998a3d93a4bc560eae961e6920e8",
|
||||
"revCount": 6,
|
||||
"type": "git",
|
||||
"url": "https://git.t-juice.club/torjus/ghettoptt"
|
||||
},
|
||||
|
@ -34,6 +34,11 @@
|
||||
# Networking stuff
|
||||
networking.hostName = "gunter"; # Define your hostname.
|
||||
networking.networkmanager.enable = true;
|
||||
networking.nftables.enable = true;
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
|
||||
};
|
||||
|
||||
# Set time stuff
|
||||
time.timeZone = "Europe/Oslo";
|
||||
|
Loading…
Reference in New Issue
Block a user