summaryrefslogtreecommitdiff
path: root/modules/hosts/tiamat/tiamat.nix
diff options
context:
space:
mode:
authorscouckel <james.krinsky@gmail.com>2026-04-29 05:22:36 -0500
committerscouckel <james.krinsky@gmail.com>2026-04-29 05:22:36 -0500
commitb208413a08b7a5e1a7becfd6c87e2bc9a3deab76 (patch)
tree5845e3bc5c2f712695b55e7d717751e9782b2b8d /modules/hosts/tiamat/tiamat.nix
parent137ed6c1739629188dafd17898bfe1e7ac947687 (diff)
lix + kernel cachix for linux-surface
Diffstat (limited to 'modules/hosts/tiamat/tiamat.nix')
-rw-r--r--modules/hosts/tiamat/tiamat.nix2
1 files changed, 2 insertions, 0 deletions
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
];
};