update
This commit is contained in:
parent
57788dfbaa
commit
78832f59e2
@ -174,6 +174,12 @@ in
|
||||
# ...
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
guiAddress = "0.0.0.0:8384";
|
||||
};
|
||||
|
||||
hardware.sane.extraBackends = [ pkgs.epsonscan2.override { withNonFreePlugins = true; withGui = false; } ];
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user