From b208413a08b7a5e1a7becfd6c87e2bc9a3deab76 Mon Sep 17 00:00:00 2001 From: scouckel Date: Wed, 29 Apr 2026 05:22:36 -0500 Subject: lix + kernel cachix for linux-surface --- modules/hosts/tiamat/tiamat.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/hosts/tiamat/tiamat.nix') diff --git a/modules/hosts/tiamat/tiamat.nix b/modules/hosts/tiamat/tiamat.nix index 58c90b9..30f0a1f 100644 --- a/modules/hosts/tiamat/tiamat.nix +++ b/modules/hosts/tiamat/tiamat.nix @@ -5,6 +5,7 @@ }: { flake.nixosConfigurations.tiamat = inputs.nixpkgs.lib.nixosSystem { modules = [ + inputs.lix-module.nixosModules.default self.nixosModules.tiamat self.nixosModules.tiamatHardware @@ -15,6 +16,7 @@ self.nixosModules.tiamatNiri self.nixosModules.desktop self.nixosModules.nasClient + self.nixosModules.mullvad ]; }; -- cgit v1.3.1