dsaljdsalkjdsal

This commit is contained in:
2024-02-11 02:08:03 +01:00
parent 9de8b974ab
commit c7e5bb7ada
12 changed files with 20 additions and 39 deletions
+1 -5
View File
@@ -1,6 +1,6 @@
{ config, pkgs, lib, inputs, ... }:
{
# 'nixos-rebuild switch --upgrade', by default daily with no reboot
system.autoUpgrade.enable = true;
#system.autoUpgrade.allowReboot = true; # reboot after a kernel (module) or initrd upgrade, consider also setting `rebootWindow`
@@ -26,10 +26,6 @@
#system.autoUpgrade.flake = "github:pbsds/nix-config"; # TODO: use this instead?
system.autoUpgrade.flags = [
"--recreate-lock-file" # fetch new inputs
#"--update-input" "nixpkgs"
#"--update-input" "unstable"
#"--update-input" "home-manager"
#"--update-input" "nixos-hardware"
"--no-write-lock-file" # no write new flakelock, as the in-store flake is read-only
"-L" # print build logs
];
+1 -9
View File
@@ -1,18 +1,10 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
cachix
nix-output-monitor
nix-prefetch
nix-top
#nix-index
nix-tree
nix-search-cli # nix-search
nix-diff
#comma
nixfmt
alejandra
#nixpkgs-hammering
#nixpkgs-review
comma
];
}