From 3431a4b4dfbfdcdc83610126a5dc495bebc92b7e Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Thu, 14 Nov 2024 20:47:03 +0100 Subject: add update-systemd-resolved --- flake.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 8c4742b..fe9eee0 100644 --- a/flake.nix +++ b/flake.nix @@ -9,9 +9,11 @@ hyprland.url = "github:hyprwm/Hyprland"; utils.url = "github:gytis-ivaskevicius/flake-utils-plus"; agenix.url = "github:ryantm/agenix"; + update-systemd-resolved.url = "github:jonathanio/update-systemd-resolved"; + update-systemd-resolved.inputs.nixpkgs.follows = "nixpkgs"; }; - outputs = { self, nixpkgs, utils, home-manager, helix, hyprland, agenix, ... }@inputs: + outputs = { self, nixpkgs, utils, home-manager, helix, hyprland, agenix, update-systemd-resolved, ... }@inputs: utils.lib.mkFlake { inherit self inputs; @@ -25,7 +27,10 @@ ./config/agenix.nix ]; - hosts.work.modules = [./hosts/work.nix]; + hosts.work.modules = [ + update-systemd-resolved.nixosModules.update-systemd-resolved + ./hosts/work.nix + ]; hosts.tarrel.modules = [./hosts/tarrel.nix]; }; } -- cgit v1.2.3