hosts | add auto-cpufreq, switch loki & smaug to use, formating
This commit is contained in:
parent
b7ca0e0020
commit
43fe882270
5 changed files with 54 additions and 7 deletions
|
|
@ -1,4 +1,11 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.nixos-hardware.nixosModules.dell-xps-13-9310
|
||||
./hardware-configuration.nix
|
||||
|
|
@ -6,7 +13,7 @@
|
|||
../workstation
|
||||
];
|
||||
networking.hostName = "loki";
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
variables.address = "100.72.0.1";
|
||||
variables.swayScale = "1.1";
|
||||
|
||||
|
|
@ -18,7 +25,8 @@
|
|||
kvm.enable = false;
|
||||
games.enable = true;
|
||||
wine.enable = false;
|
||||
tlp.enable = true;
|
||||
tlp.enable = false;
|
||||
auto-cpufreq.enable = true;
|
||||
gnome-calendar.enable = true;
|
||||
};
|
||||
wm = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue