diff --git a/home/packages/custom/update-nixos-system/default.nix b/home/packages/custom/update-nixos-system/default.nix index eda7152..3546747 100644 --- a/home/packages/custom/update-nixos-system/default.nix +++ b/home/packages/custom/update-nixos-system/default.nix @@ -6,6 +6,9 @@ writeShellApplication { name = "custom-update-operating-system"; text = '' + sudo fwupdmgr get-updates + fwupdmgr update -y + sudo nixos-rebuild switch --upgrade-all # shellcheck disable=SC2010 diff --git a/systems/hikari3/configuration.nix b/systems/hikari3/configuration.nix index e103dcf..391e9b5 100644 --- a/systems/hikari3/configuration.nix +++ b/systems/hikari3/configuration.nix @@ -90,6 +90,13 @@ enable = true; user = "daniels"; }; + + fwupd = { + enable = true; + extraRemotes = [ + "lvfs-testing" + ]; + }; }; # Enable sound with pipewire. diff --git a/systems/hikari3/private/borgbackups.nix b/systems/hikari3/private/borgbackups.nix index 71cdb6d..80cf84b 100644 Binary files a/systems/hikari3/private/borgbackups.nix and b/systems/hikari3/private/borgbackups.nix differ