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": {