Move oldtown to ZFS and rename to kharbranth
This commit is contained in:
parent
83e875c687
commit
b770f3ddb6
13 changed files with 71 additions and 73 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue