diff --git a/flake.lock b/flake.lock index febe7a9..91f05f0 100755 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1695043542, - "narHash": "sha256-uUoftoffo9F+tLpepz99M5Z9dTPAiBy5EjYRScaNO1o=", + "lastModified": 1695738267, + "narHash": "sha256-LTNAbTQ96xSj17xBfsFrFS9i56U2BMLpD0BduhrsVkU=", "owner": "nix-community", "repo": "home-manager", - "rev": "e63a6b34792884bfe4056d1ef561b5611589b8ad", + "rev": "0f4e5b4999fd6a42ece5da8a3a2439a50e48e486", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1694767346, - "narHash": "sha256-5uH27SiVFUwsTsqC5rs3kS7pBoNhtoy9QfTP9BmknGk=", + "lastModified": 1695644571, + "narHash": "sha256-asS9dCCdlt1lPq0DLwkVBbVoEKuEuz+Zi3DG7pR/RxA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ace5093e36ab1e95cb9463863491bee90d5a4183", + "rev": "6500b4580c2a1f3d0f980d32d285739d8e156d92", "type": "github" }, "original": { diff --git a/systems/common.nix b/systems/common.nix index 29b69c5..8c6ab15 100755 --- a/systems/common.nix +++ b/systems/common.nix @@ -53,6 +53,7 @@ }; system.stateVersion = "23.05"; nixpkgs.config.allowUnfree = true; + nixpkgs.config.nvidia.acceptLicense = true; # Location & internationalisation time.timeZone = "America/Los_Angeles";