From 996f0dc09a55cd89c1b5f25cabb8e608bc7ecd45 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 1 Jun 2024 14:32:20 +0530 Subject: update --- flake.lock | 12 ++++++------ modules/core/global.nix | 1 + packages/dwlb.nix | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 5a14b40..2e552d9 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1716930911, - "narHash": "sha256-t4HT5j3Jy7skRB5PINnxcEBCkgE89rGBpwTI7YS4Ffo=", + "lastModified": 1717097707, + "narHash": "sha256-HC5vJ3oYsjwsCaSbkIPv80e4ebJpNvFKQTBOGlHvjLs=", "owner": "nix-community", "repo": "home-manager", - "rev": "a9b36cbe9292a649222b89fdb9ae9907e9c74086", + "rev": "0eb314b4f0ba337e88123e0b1e57ef58346aafd9", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1716769173, - "narHash": "sha256-7EXDb5WBw+d004Agt+JHC/Oyh/KTUglOaQ4MNjBbo5w=", + "lastModified": 1716948383, + "narHash": "sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "9ca3f649614213b2aaf5f1e16ec06952fe4c2632", + "rev": "ad57eef4ef0659193044870c731987a6df5cf56b", "type": "github" }, "original": { diff --git a/modules/core/global.nix b/modules/core/global.nix index 2e7ed90..5b32baa 100644 --- a/modules/core/global.nix +++ b/modules/core/global.nix @@ -19,6 +19,7 @@ in { networking.networkmanager.enable = true; networking.firewall.enable = false; + networking.nameservers = [ "1.1.1.1" ]; security.rtkit.enable = true; diff --git a/packages/dwlb.nix b/packages/dwlb.nix index b02cf2c..49dfc4f 100644 --- a/packages/dwlb.nix +++ b/packages/dwlb.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "compromyse"; repo = "dwlb"; rev = "systray"; - hash = "sha256-SQBm40bodLAnky+T7PfWAfnCTEfWWi4V0g7p+eNDHpU="; + hash = "sha256-CD2BAVe81LXX9r51GsqYxtiwDRoPqqm/C7we6k1Eyl4="; }; nativeBuildInputs = [ -- cgit v1.2.3