nixos configs

remove --update-input nixpkgs from auto-upgrade, use lockfile instead

-3
-3
modules/system/auto-upgrade.nix
··· 3 3 enable = true; 4 4 flake = "git+https://tangled.org/bates64.com/infra"; 5 5 flags = [ 6 - "--update-input" # deprecated, see https://github.com/NixOS/nixpkgs/issues/349734 7 - "nixpkgs" 8 6 "-L" # print build logs 9 - "--no-write-lock-file" 10 7 ]; 11 8 allowReboot = false; 12 9 rebootWindow = {