From 62e3555704b274153ee59b6c10d96a98719b2284 Mon Sep 17 00:00:00 2001 From: worble Date: Tue, 17 Dec 2024 16:08:32 +0000 Subject: [PATCH] remove resolvd --- configuration.nix | 12 ++++++------ flake.lock | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/configuration.nix b/configuration.nix index dd874a5..5fadfc0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -10,6 +10,7 @@ boot.loader.efi.canTouchEfiVariables = true; boot.kernelPackages = pkgs.linuxPackages_zen; + nixpkgs.config.allowUnfree = true; nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.auto-optimise-store = true; nix.gc.automatic = true; @@ -37,6 +38,11 @@ # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. + # services.resolved.enable = true; + services.mullvad-vpn = { + enable = true; + package = pkgs.mullvad-vpn; + }; # Set your time zone. time.timeZone = "Europe/London"; @@ -121,14 +127,8 @@ services.fwupd.enable = true; services.geoclue2.enable = true; - services.resolved.enable = true; - services.mullvad-vpn = { - enable = true; - package = pkgs.mullvad-vpn; - }; services.flatpak.enable = true; - nixpkgs.config.allowUnfree = true; programs.steam = { enable = true; diff --git a/flake.lock b/flake.lock index e626774..47ae228 100644 --- a/flake.lock +++ b/flake.lock @@ -81,11 +81,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1734314392, - "narHash": "sha256-EydUadS7omV3SO/4TLeMkLT2JUugvPEtvBoAF43ggWU=", + "lastModified": 1734400565, + "narHash": "sha256-vfyvUlF1wVVXy/Au3fQpa8NMQbocg/oTgNuPS7MoesA=", "owner": "nix-community", "repo": "nix-vscode-extensions", - "rev": "4ef033412f0732794077fcc25af4f79f097ad1e1", + "rev": "c2efba4b42988d8573f914cad6431b5bd614935d", "type": "github" }, "original": {