Skip to content

Commit

Permalink
Switch to lix package to reduce build time
Browse files Browse the repository at this point in the history
  • Loading branch information
peterablehmann committed Oct 7, 2024
1 parent 1db6a5c commit a1035e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}:
{
imports = [
inputs.lix-module.nixosModules.default
# inputs.lix-module.nixosModules.default
inputs.disko.nixosModules.disko
inputs.sops-nix.nixosModules.sops
inputs.nixos-dns.nixosModules.dns
Expand Down
4 changes: 4 additions & 0 deletions modules/common/nix.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{ pkgs
, ...
}:
{
nixpkgs.config.allowUnfree = true;

nix = {
package = pkgs.lix;
settings = {
trusted-users = [
"root"
Expand Down

0 comments on commit a1035e7

Please sign in to comment.