1

fix flatpak module

This commit is contained in:
2022-08-07 23:56:35 +02:00
parent 8d6cfa9583
commit 9de7939cd4
2 changed files with 7 additions and 10 deletions

View File

@ -259,7 +259,7 @@
# List services that you want to enable:
services = {
# Enable CUPS to print documents.
# TODO: Printer driver
# TODO: Printer driver, Gnome printing
printing.enable = true;
avahi.enable = true; # Network printers
avahi.nssmdns = true;
@ -276,7 +276,7 @@
acpid.enable = true;
dbus.enable = true;
# flatpak.enable = true; # Not quite the nix style but useful for bottles/proprietary stuff
flatpak.enable = true; # Not quite the nix style but useful for bottles/proprietary stuff
fstrim.enable = true;
fwupd.enable = true;
locate.enable = true; # Periodically update index
@ -299,5 +299,4 @@
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "22.05"; # Did you read the comment?
}