1
This commit is contained in:
2023-11-04 11:58:19 +01:00
parent 0b0e2717d2
commit 1ebcf758f6
5 changed files with 15 additions and 11 deletions

View File

@ -401,7 +401,8 @@ with mylib.networking; {
fwupd.enable = true; # Device firmware (I don't think I have any supported devices)
# locate.enable = true; # Periodically update index
ntp.enable = true; # Clock sync
gvfs = { # Network shares
gvfs = {
# Network shares
enable = true;
package = lib.mkForce pkgs.gnome3.gvfs;
};