Compare commits
4 Commits
nix-ld-ref
...
master
Author | SHA1 | Date | |
---|---|---|---|
fd83440ff8 | |||
cc7e26cecc | |||
1d6331c6cc | |||
983b83424b |
@ -15,7 +15,8 @@
|
||||
extraConfig = {
|
||||
init.defaultBranch = "master";
|
||||
push.autoSetupRemote = true;
|
||||
pull.rebase = true;
|
||||
pull.merge = true;
|
||||
merge.tool = "nvimdiff";
|
||||
};
|
||||
|
||||
ignores = [
|
||||
@ -39,7 +40,7 @@
|
||||
dc = "diff --cached";
|
||||
amend = "commit --amend -m";
|
||||
|
||||
# aliases for submodule
|
||||
# aliases for submodules
|
||||
update = "submodule update --init --recursive";
|
||||
foreach = "submodule foreach";
|
||||
};
|
||||
|
@ -23,6 +23,8 @@
|
||||
})
|
||||
];
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
users.groups.wyatt = {};
|
||||
|
||||
nix.settings.trusted-users = [userName];
|
||||
|
@ -14,7 +14,7 @@ Given that this configuration is in the `machine/<hostname>` directory (where ho
|
||||
# other configuration files here...
|
||||
];
|
||||
|
||||
customPowerManagement = {
|
||||
pwrMgmt = {
|
||||
enable = true;
|
||||
cpuFreqGovernor = "performance";
|
||||
powertop.enable = false;
|
||||
@ -29,7 +29,7 @@ Given that this configuration is in the `machine/<hostname>` directory (where ho
|
||||
# other configuration files here...
|
||||
];
|
||||
|
||||
customPowerManagement = {
|
||||
pwrMgmt = {
|
||||
enable = true;
|
||||
cpuFreqGovernor = "powersave";
|
||||
powertop = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user