diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-01 14:32:20 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-01 14:32:20 +0530 | 
| commit | 996f0dc09a55cd89c1b5f25cabb8e608bc7ecd45 (patch) | |
| tree | f4fffc00efd9e05ced347f687d522eb13d4319e7 | |
| parent | 0cac83a9262278d838edc9b09b64768ba28ecdb4 (diff) | |
update
| -rw-r--r-- | flake.lock | 12 | ||||
| -rw-r--r-- | modules/core/global.nix | 1 | ||||
| -rw-r--r-- | packages/dwlb.nix | 2 | 
3 files changed, 8 insertions, 7 deletions
| @@ -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 = [ | 
