diff --git a/common/configuration.nix b/common/configuration.nix index ecd5a01..69a26eb 100644 --- a/common/configuration.nix +++ b/common/configuration.nix @@ -71,6 +71,18 @@ in LC_TIME = "en_US.UTF-8"; }; + system.autoUpgrade = { + enable = true; + flake = "/home/benson/nixos-config"; + flags = [ + "--update-input" + "unstable" + "-L" # print build logs + ]; + dates = "12:00"; + randomizedDelaySec = "45min"; + }; + environment.systemPackages = import ./base-packages.nix { inherit pkgs; }; services.tailscale.enable = true; diff --git a/common/user-facing.nix b/common/user-facing.nix index a2282f6..65e7624 100644 --- a/common/user-facing.nix +++ b/common/user-facing.nix @@ -81,10 +81,10 @@ inkscape qdirstat - update.signal-desktop + unstable.signal-desktop parsec-bin - update.discord - update.telegram-desktop + unstable.discord + unstable.telegram-desktop dunst shutter # update.rustdesk diff --git a/flake.lock b/flake.lock index 2c95fcb..f1e621f 100644 --- a/flake.lock +++ b/flake.lock @@ -176,11 +176,11 @@ }, "unstable": { "locked": { - "lastModified": 1746904237, - "narHash": "sha256-3e+AVBczosP5dCLQmMoMEogM57gmZ2qrVSrmq9aResQ=", + "lastModified": 1763966396, + "narHash": "sha256-6eeL1YPcY1MV3DDStIDIdy/zZCDKgHdkCmsrLJFiZf0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "d89fc19e405cb2d55ce7cc114356846a0ee5e956", + "rev": "5ae3b07d8d6527c42f17c876e404993199144b6a", "type": "github" }, "original": {