diff options
| -rw-r--r-- | flake.lock | 12 | ||||
| -rw-r--r-- | modules/core/global.nix | 1 |
2 files changed, 7 insertions, 6 deletions
@@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1710820906, - "narHash": "sha256-2bNMraoRB4pdw/HtxgYTFeMhEekBZeQ53/a8xkqpbZc=", + "lastModified": 1711133180, + "narHash": "sha256-WJOahf+6115+GMl3wUfURu8fszuNeJLv9qAWFQl3Vmo=", "owner": "nix-community", "repo": "home-manager", - "rev": "022464438a85450abb23d93b91aa82e0addd71fb", + "rev": "1c2c5e4cabba4c43504ef0f8cc3f3dfa284e2dbb", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1710806803, - "narHash": "sha256-qrxvLS888pNJFwJdK+hf1wpRCSQcqA6W5+Ox202NDa0=", + "lastModified": 1711163522, + "narHash": "sha256-YN/Ciidm+A0fmJPWlHBGvVkcarYWSC+s3NTPk/P+q3c=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b06025f1533a1e07b6db3e75151caa155d1c7eb3", + "rev": "44d0940ea560dee511026a53f0e2e2cde489b4d4", "type": "github" }, "original": { diff --git a/modules/core/global.nix b/modules/core/global.nix index 5ab647d..2e7ed90 100644 --- a/modules/core/global.nix +++ b/modules/core/global.nix @@ -18,6 +18,7 @@ in { time.timeZone = "Asia/Kolkata"; networking.networkmanager.enable = true; + networking.firewall.enable = false; security.rtkit.enable = true; |
