Update these things automatically

This commit is contained in:
Benson Chu 2025-11-26 14:03:27 -06:00
parent e1a0b1066e
commit dd0de6c7b6
3 changed files with 18 additions and 6 deletions

View file

@ -71,6 +71,18 @@ in
LC_TIME = "en_US.UTF-8"; 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; }; environment.systemPackages = import ./base-packages.nix { inherit pkgs; };
services.tailscale.enable = true; services.tailscale.enable = true;

View file

@ -81,10 +81,10 @@
inkscape inkscape
qdirstat qdirstat
update.signal-desktop unstable.signal-desktop
parsec-bin parsec-bin
update.discord unstable.discord
update.telegram-desktop unstable.telegram-desktop
dunst dunst
shutter shutter
# update.rustdesk # update.rustdesk

View file

@ -176,11 +176,11 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1746904237, "lastModified": 1763966396,
"narHash": "sha256-3e+AVBczosP5dCLQmMoMEogM57gmZ2qrVSrmq9aResQ=", "narHash": "sha256-6eeL1YPcY1MV3DDStIDIdy/zZCDKgHdkCmsrLJFiZf0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d89fc19e405cb2d55ce7cc114356846a0ee5e956", "rev": "5ae3b07d8d6527c42f17c876e404993199144b6a",
"type": "github" "type": "github"
}, },
"original": { "original": {