diff --git a/hosts/FredOS-Macbook.nix b/hosts/FredOS-Macbook.nix index 41a607c..0265d5a 100644 --- a/hosts/FredOS-Macbook.nix +++ b/hosts/FredOS-Macbook.nix @@ -15,8 +15,6 @@ vscodium ]; - nix.settings.max-jobs = 0; - services.tlp.enable = false; programs.nix-ld.enable = true; services.power-profiles-daemon.enable = true; diff --git a/hosts/hardware/FredOS-Gaming.nix b/hosts/hardware/FredOS-Gaming.nix index d93ff4b..64d5306 100644 --- a/hosts/hardware/FredOS-Gaming.nix +++ b/hosts/hardware/FredOS-Gaming.nix @@ -9,14 +9,8 @@ boot.kernelPackages = lib.mkForce pkgs.cachyosKernels.linuxPackages-cachyos-bore; nix.settings = { - substituters = [ - "https://attic.xuyh0120.win/lantian" - "https://cache.garnix.io" - ]; - trusted-public-keys = [ - "lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc=" - "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" - ]; + substituters = [ "https://attic.xuyh0120.win/lantian" ]; + trusted-public-keys = [ "lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc=" ]; }; boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ]; diff --git a/services/authelia.nix b/services/authelia.nix index 180686a..c3ca6ce 100644 --- a/services/authelia.nix +++ b/services/authelia.nix @@ -90,8 +90,8 @@ in domain = "nordhammer.it"; authelia_url = "https://auth.nordhammer.it"; }]; - expiration = "12h"; - inactivity = "2h"; + expiration = "1h"; + inactivity = "5m"; }; storage.local.path = "/var/lib/authelia-main/db.sqlite3";