flatpak: Enable auto update on activation
This commit is contained in:
parent
5fad9aed23
commit
1ca19c4af2
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
services.flatpak = {
|
||||
enable = true;
|
||||
|
||||
update.onActivation = true;
|
||||
|
||||
uninstallUnmanagedPackages = true;
|
||||
|
||||
packages = [
|
||||
|
|
Loading…
Reference in a new issue