hosts/dunamis/nix.nix: set lix
hosts/eldrid/nix.nix: set lix Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user