bro
This commit is contained in:
parent
90572a1ff0
commit
16d46e9d88
2 changed files with 34 additions and 34 deletions
|
|
@ -18,7 +18,7 @@ in {
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = mkDefault pkgs.linuxPackages_latest;
|
kernelPackages = mkDefault pkgs.linuxPackages_latest;
|
||||||
kernelParams = [ "pci_aspm.policy=performance" ];
|
kernelParams = [ "pcie_aspm.policy=performance" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
time.timeZone = mkDefault "America/Los_Angeles";
|
time.timeZone = mkDefault "America/Los_Angeles";
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ in {
|
||||||
useDoas = mkEnableOption "use opendoas instead of sudo";
|
useDoas = mkEnableOption "use opendoas instead of sudo";
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = {
|
||||||
boot = {
|
boot = {
|
||||||
tmp.useTmpfs = lib.mkDefault true;
|
tmp.useTmpfs = lib.mkDefault true;
|
||||||
tmp.cleanOnBoot = lib.mkDefault (!config.boot.tmp.useTmpfs);
|
tmp.cleanOnBoot = lib.mkDefault (!config.boot.tmp.useTmpfs);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue