From 27fe6b6b8d3b995cf306d558a34f11010c876eae Mon Sep 17 00:00:00 2001 From: unexplrd Date: Sun, 6 Apr 2025 18:13:28 +0300 Subject: [PATCH] hosts/dunamis/nix.nix: set lix hosts/eldrid/nix.nix: set lix Signed-off-by: unexplrd --- hosts/dunamis/nix.nix | 6 +++--- hosts/eldrid/nix.nix | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/dunamis/nix.nix b/hosts/dunamis/nix.nix index e5b5925..62f11ca 100644 --- a/hosts/dunamis/nix.nix +++ b/hosts/dunamis/nix.nix @@ -2,14 +2,14 @@ { config, inputs, - # pkgs, + pkgs, ... }: { imports = with inputs; [ - determinate.nixosModules.default + # determinate.nixosModules.default ]; nix = { - # package = pkgs.lix; + package = pkgs.lix; channel.enable = false; settings.experimental-features = ["nix-command" "flakes"]; daemonCPUSchedPolicy = "idle"; diff --git a/hosts/eldrid/nix.nix b/hosts/eldrid/nix.nix index c466938..2d2ecc6 100644 --- a/hosts/eldrid/nix.nix +++ b/hosts/eldrid/nix.nix @@ -2,7 +2,7 @@ { config, inputs, - # pkgs, + pkgs, ... }: let hostName = @@ -13,10 +13,10 @@ inherit (inputs) mysecrets; in { imports = with inputs; [ - determinate.nixosModules.default + # determinate.nixosModules.default ]; nix = { - # package = pkgs.lix; + package = pkgs.lix; channel.enable = false; daemonCPUSchedPolicy = "idle"; settings = {