bump (failed)
This commit is contained in:
commit
6e06a0989d
4 changed files with 57 additions and 56 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
|
|
@ -17,7 +18,7 @@
|
|||
})
|
||||
];
|
||||
|
||||
nix.package = pkgs.lixPackageSets.stable.lix;
|
||||
nix.package = lib.mkIf (config.networking.hostName == "NOcomputer") pkgs.lixPackageSets.stable.lix;
|
||||
|
||||
programs.pmount.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
];
|
||||
boot.kernelModules = ["amdgpu"];
|
||||
powerManagement.cpuFreqGovernor = "powersave";
|
||||
systemd.sleep.extraConfig = "HibernateDelaySec=360m";
|
||||
# systemd.sleep.extraConfig = "HibernateDelaySec=360m";
|
||||
|
||||
nix.settings = {
|
||||
connect-timeout = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue