From 574da5b3416e2376c4ffe20a53ddb1dc2c02b6ce Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Mon, 3 Feb 2025 22:04:02 +0100 Subject: move around work host config --- flake.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index fdd5e8b..f2245d1 100644 --- a/flake.nix +++ b/flake.nix @@ -45,13 +45,14 @@ system = "x86_64-linux"; specialArgs = { inherit inputs; }; modules = [ - ./hosts/work.nix update-systemd-resolved.nixosModules.update-systemd-resolved { environment.systemPackages = [ agenix.packages."x86_64-linux".default ]; } home-manager.nixosModules.home-manager agenix.nixosModules.default + + ./configuration/work ./config/shared.nix { @@ -64,9 +65,6 @@ nixosConfigurations.tarrel = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; - # config = { - # allowUnfree = true; - # }; specialArgs = { inherit inputs; }; modules = [ ./hosts/tarrel.nix -- cgit v1.2.3