Move oldtown to ZFS and rename to kharbranth

This commit is contained in:
Charlotte Van Petegem 2020-07-11 13:50:52 +02:00
parent 83e875c687
commit b770f3ddb6
13 changed files with 71 additions and 73 deletions

View file

@ -1,12 +1,7 @@
{ pkgs, lib, ... }:
let
findImport = (import ../../lib.nix).findImport;
nixos-hardware = findImport "nixos-hardware";
in
{
imports = [
"${nixos-hardware}/lenovo/thinkpad/t490"
./hardware.nix
./secret.nix
../../configurations/eid.nix

View file

@ -48,7 +48,6 @@
{ device = "/dev/disk/by-uuid/6c09b90f-8971-4702-a18a-f06dfb3d8dcd"; }
];
nix.maxJobs = lib.mkDefault 8;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.cpu.intel.updateMicrocode = true;
}