mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
idek
This commit is contained in:
parent
002ec42a0c
commit
414cfd96dc
2 changed files with 6 additions and 11 deletions
|
@ -79,7 +79,6 @@
|
|||
"https://hyprland.cachix.org/"
|
||||
"https://anyrun.cachix.org"
|
||||
"https://wezterm.cachix.org"
|
||||
"https://hydra.nixos.org/"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
|
@ -87,7 +86,6 @@
|
|||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
"anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s="
|
||||
"wezterm.cachix.org-1:kAbhjYUC9qvblTE+s7S+kl5XM1zVa4skO+E/1IDWdH0="
|
||||
"hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs="
|
||||
];
|
||||
|
||||
};
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, inputs, system, lib, ... }:
|
||||
{ config, pkgs, pkgs-smol, inputs, system, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -18,11 +18,11 @@
|
|||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
# supportedFilesystems = [ "zfs" ];
|
||||
# zfs = {
|
||||
# forceImportRoot = false;
|
||||
# package = pkgs.zfs_unstable;
|
||||
# };
|
||||
#supportedFilesystems = [ "zfs" ];
|
||||
#zfs = {
|
||||
# forceImportRoot = false;
|
||||
# package = pkgs.zfs;
|
||||
#};
|
||||
kernelPackages = pkgs.linuxPackages_6_12;
|
||||
kernel = { sysctl = { "vm.max_map_count" = 2147483642; }; };
|
||||
};
|
||||
|
@ -153,7 +153,6 @@
|
|||
git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -177,7 +176,6 @@
|
|||
"https://hyprland.cachix.org/"
|
||||
"https://anyrun.cachix.org"
|
||||
"https://wezterm.cachix.org"
|
||||
"https://hydra.nixos.org/"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
|
@ -185,7 +183,6 @@
|
|||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
"anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s="
|
||||
"wezterm.cachix.org-1:kAbhjYUC9qvblTE+s7S+kl5XM1zVa4skO+E/1IDWdH0="
|
||||
"hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs="
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue