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,
|
config,
|
||||||
inputs,
|
inputs,
|
||||||
# pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = with inputs; [
|
imports = with inputs; [
|
||||||
determinate.nixosModules.default
|
# determinate.nixosModules.default
|
||||||
];
|
];
|
||||||
nix = {
|
nix = {
|
||||||
# package = pkgs.lix;
|
package = pkgs.lix;
|
||||||
channel.enable = false;
|
channel.enable = false;
|
||||||
settings.experimental-features = ["nix-command" "flakes"];
|
settings.experimental-features = ["nix-command" "flakes"];
|
||||||
daemonCPUSchedPolicy = "idle";
|
daemonCPUSchedPolicy = "idle";
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
inputs,
|
inputs,
|
||||||
# pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
hostName =
|
hostName =
|
||||||
@ -13,10 +13,10 @@
|
|||||||
inherit (inputs) mysecrets;
|
inherit (inputs) mysecrets;
|
||||||
in {
|
in {
|
||||||
imports = with inputs; [
|
imports = with inputs; [
|
||||||
determinate.nixosModules.default
|
# determinate.nixosModules.default
|
||||||
];
|
];
|
||||||
nix = {
|
nix = {
|
||||||
# package = pkgs.lix;
|
package = pkgs.lix;
|
||||||
channel.enable = false;
|
channel.enable = false;
|
||||||
daemonCPUSchedPolicy = "idle";
|
daemonCPUSchedPolicy = "idle";
|
||||||
settings = {
|
settings = {
|
||||||
|
Reference in New Issue
Block a user