Compare commits
No commits in common. "359b6651dbc0be6072c43b496c2deaf06acb1c2c" and "5eeab405c0a9c51c30c4ee264acf6065b01b6687" have entirely different histories.
359b6651db
...
5eeab405c0
3 changed files with 4 additions and 12 deletions
|
|
@ -15,8 +15,6 @@
|
||||||
vscodium
|
vscodium
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.max-jobs = 0;
|
|
||||||
|
|
||||||
services.tlp.enable = false;
|
services.tlp.enable = false;
|
||||||
programs.nix-ld.enable = true;
|
programs.nix-ld.enable = true;
|
||||||
services.power-profiles-daemon.enable = true;
|
services.power-profiles-daemon.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -9,14 +9,8 @@
|
||||||
boot.kernelPackages = lib.mkForce pkgs.cachyosKernels.linuxPackages-cachyos-bore;
|
boot.kernelPackages = lib.mkForce pkgs.cachyosKernels.linuxPackages-cachyos-bore;
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
substituters = [
|
substituters = [ "https://attic.xuyh0120.win/lantian" ];
|
||||||
"https://attic.xuyh0120.win/lantian"
|
trusted-public-keys = [ "lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc=" ];
|
||||||
"https://cache.garnix.io"
|
|
||||||
];
|
|
||||||
trusted-public-keys = [
|
|
||||||
"lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc="
|
|
||||||
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
|
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
|
||||||
|
|
|
||||||
|
|
@ -90,8 +90,8 @@ in
|
||||||
domain = "nordhammer.it";
|
domain = "nordhammer.it";
|
||||||
authelia_url = "https://auth.nordhammer.it";
|
authelia_url = "https://auth.nordhammer.it";
|
||||||
}];
|
}];
|
||||||
expiration = "12h";
|
expiration = "1h";
|
||||||
inactivity = "2h";
|
inactivity = "5m";
|
||||||
};
|
};
|
||||||
|
|
||||||
storage.local.path = "/var/lib/authelia-main/db.sqlite3";
|
storage.local.path = "/var/lib/authelia-main/db.sqlite3";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue