hosts/dunamis/nix.nix: set lix

hosts/eldrid/nix.nix: set lix

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-06 18:13:28 +03:00
parent da8e2c9efa
commit 27fe6b6b8d
2 changed files with 6 additions and 6 deletions

View File

@ -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";