retry moving configuration.nix in here

This commit is contained in:
Julian Sutter 2023-01-07 09:52:23 -08:00
parent d1478d93c4
commit 3e00107cc0
3 changed files with 1 additions and 16 deletions

View file

@ -2,13 +2,6 @@
{ config, pkgs, ... }:
{
imports =
[
# /etc/nixos/hardware-configuration.nix
/etc/nixos/user-jsutter.nix
];
# Power Stuff
services.power-profiles-daemon.enable = false;
services.tlp = {
@ -21,4 +14,4 @@
RUNTIME_PM_ON_BAT = "auto";
};
};
}
}