summaryrefslogtreecommitdiff
path: root/modules/hosts/dragotha
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/dragotha
parent137ed6c1739629188dafd17898bfe1e7ac947687 (diff)
lix + kernel cachix for linux-surface
Diffstat (limited to 'modules/hosts/dragotha')
-rw-r--r--modules/hosts/dragotha/dragotha.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/hosts/dragotha/dragotha.nix b/modules/hosts/dragotha/dragotha.nix
index 2108a72..82de721 100644
--- a/modules/hosts/dragotha/dragotha.nix
+++ b/modules/hosts/dragotha/dragotha.nix
@@ -5,6 +5,7 @@
}: {
flake.nixosConfigurations.dragotha = inputs.nixpkgs.lib.nixosSystem {
modules = [
+ inputs.lix-module.nixosModules.default
self.nixosModules.dragotha
self.nixosModules.dragothaHardware
@@ -26,6 +27,15 @@
boot.kernelParams = ["quiet"];
+ nix.settings = {
+ substituters = [
+ "https://linux-surface.cachix.org"
+ ];
+ trusted-public-keys = [
+ "linux-surface.cachix.org-1:h4xRj4dujnm9I9aL2V7OmUTiT7oEefGVwiI4UQrESsk="
+ ];
+ };
+
hardware.graphics = {
enable = true;
enable32Bit = true;