Use nftables, update ghettoptt
This commit is contained in:
parent
fb3413baff
commit
f08ff94e6f
8
flake.lock
generated
8
flake.lock
generated
@ -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"
|
||||||
},
|
},
|
||||||
|
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user