retry moving configuration.nix in here
This commit is contained in:
parent
d1478d93c4
commit
3e00107cc0
3 changed files with 1 additions and 16 deletions
|
|
@ -4,7 +4,5 @@
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
# /etc/nixos/hardware-configuration.nix
|
|
||||||
./user-jsutter.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,6 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
|
||||||
[
|
|
||||||
# /etc/nixos/hardware-configuration.nix
|
|
||||||
# /etc/nixos/user-jsutter.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
users.users.jsutter = {
|
users.users.jsutter = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Julian Sutter";
|
description = "Julian Sutter";
|
||||||
|
|
|
||||||
|
|
@ -2,13 +2,6 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
|
||||||
[
|
|
||||||
# /etc/nixos/hardware-configuration.nix
|
|
||||||
/etc/nixos/user-jsutter.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
|
|
||||||
# Power Stuff
|
# Power Stuff
|
||||||
services.power-profiles-daemon.enable = false;
|
services.power-profiles-daemon.enable = false;
|
||||||
services.tlp = {
|
services.tlp = {
|
||||||
|
|
@ -21,4 +14,4 @@
|
||||||
RUNTIME_PM_ON_BAT = "auto";
|
RUNTIME_PM_ON_BAT = "auto";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue