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,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 = {
|
||||
|
Reference in New Issue
Block a user