diff --git a/common/default.nix b/common/default.nix index 42b92ec..4a1c374 100644 --- a/common/default.nix +++ b/common/default.nix @@ -24,11 +24,13 @@ "https://fbegyn-personal.cachix.org" "https://nix-community.cachix.org" "https://cuda-maintainers.cachix.org" + "https://cache.lix.systems" ]; trusted-public-keys = [ "fbegyn-personal.cachix.org-1:0BEArpeI+ISsPainphPLHBozpP+zExYO6+43lLORDnI=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E=" + "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" ]; trusted-users = [ "root" "francis" ]; }; diff --git a/flake.nix b/flake.nix index ee063be..1077acf 100644 --- a/flake.nix +++ b/flake.nix @@ -126,7 +126,7 @@ emacs-overlay.overlay ]; }) - lix-module.nixosModules.default + # lix-module.nixosModules.default agenix.darwinModules.age home-manager-unstable.darwinModules.home-manager ({config, ...}: { home-manager.useGlobalPkgs = true;