From 01c29fe84629327b36cc7a237cd92872fbb50177 Mon Sep 17 00:00:00 2001 From: scouckel Date: Sun, 3 May 2026 04:47:32 -0500 Subject: update + lix + no more millennium + oil-nvim + idek anymore --- modules/hosts/dragotha/dragotha.nix | 2 +- modules/hosts/tiamat/tiamat.nix | 1 - modules/hosts/vecna/vecna.nix | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'modules/hosts') diff --git a/modules/hosts/dragotha/dragotha.nix b/modules/hosts/dragotha/dragotha.nix index 82de721..e73eae8 100644 --- a/modules/hosts/dragotha/dragotha.nix +++ b/modules/hosts/dragotha/dragotha.nix @@ -5,7 +5,6 @@ }: { flake.nixosConfigurations.dragotha = inputs.nixpkgs.lib.nixosSystem { modules = [ - inputs.lix-module.nixosModules.default self.nixosModules.dragotha self.nixosModules.dragothaHardware @@ -34,6 +33,7 @@ trusted-public-keys = [ "linux-surface.cachix.org-1:h4xRj4dujnm9I9aL2V7OmUTiT7oEefGVwiI4UQrESsk=" ]; + trusted-users = ["jck" "root"]; }; hardware.graphics = { diff --git a/modules/hosts/tiamat/tiamat.nix b/modules/hosts/tiamat/tiamat.nix index 30f0a1f..12b1250 100644 --- a/modules/hosts/tiamat/tiamat.nix +++ b/modules/hosts/tiamat/tiamat.nix @@ -5,7 +5,6 @@ }: { flake.nixosConfigurations.tiamat = inputs.nixpkgs.lib.nixosSystem { modules = [ - inputs.lix-module.nixosModules.default self.nixosModules.tiamat self.nixosModules.tiamatHardware diff --git a/modules/hosts/vecna/vecna.nix b/modules/hosts/vecna/vecna.nix index e6dedbf..d3cd9a7 100644 --- a/modules/hosts/vecna/vecna.nix +++ b/modules/hosts/vecna/vecna.nix @@ -5,7 +5,6 @@ }: { flake.nixosConfigurations.vecna = inputs.nixpkgs.lib.nixosSystem { modules = [ - inputs.lix-module.nixosModules.default self.nixosModules.vecna self.nixosModules.vecnaHardware -- cgit v1.3.1