From a936e422fc1682619ff9128d6e58ce6dfbf54972 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 8 Feb 2023 15:50:02 +0100 Subject: [PATCH] a --- configuration.nix | 2 ++ flake.lock | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 176cb9e..05c8481 100644 --- a/configuration.nix +++ b/configuration.nix @@ -29,6 +29,8 @@ # Enable networking networking.networkmanager.enable = true; + boot.supportedFilesystems = [ "ntfs" ]; + # Set your time zone. time.timeZone = "Europe/Amsterdam"; diff --git a/flake.lock b/flake.lock index 074e00a..66a64ad 100644 --- a/flake.lock +++ b/flake.lock @@ -24,11 +24,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1674971084, - "narHash": "sha256-YxBWj2t75Jun+NJUwr2vvtcfLwvGcazSo+pnNxpt+tU=", + "lastModified": 1675757258, + "narHash": "sha256-pIRer8vdsoherlRKpzfnHbMZ5TsAcvRlXHCIaHkIUbg=", "owner": "nixos", "repo": "nixpkgs", - "rev": "22c4a7a4796a91c297a7e59078a84ec29515f86e", + "rev": "af96094e9b8eb162d70a84fa3b39f4b7a8b264d2", "type": "github" }, "original": {