nixpkgs/nixos/modules/services/x11
MinerSebas 95a5f14116 nixos/plasma5: Dont add samba a second time to environment.systemPackages
If `services.samba.enable` is true, the the samba Module already adds the samba Package. If a User sets a differnet Package in `services.samba.package` then `environment.systemPackages` will contain two different samba Packages.
```
system-path> warning: collision between `/nix/store/rw5fzn10lb21xk3myc0d4m49j69d0crs-samba-4.19.2/bin/testparm' and `/nix/store/ssxn9pnl293knqghcjvpbzb6ysg0f7fv-samba-4.19.2/bin/testparm'
system-path> warning: collision between `/nix/store/rw5fzn10lb21xk3myc0d4m49j69d0crs-samba-4.19.2/bin/testparm' and `/nix/store/ssxn9pnl293knqghcjvpbzb6ysg0f7fv-samba-4.19.2/bin/testparm'
system-path> warning: collision between `/nix/store/rw5fzn10lb21xk3myc0d4m49j69d0crs-samba-4.19.2/bin/nmbd' and `/nix/store/ssxn9pnl293knqghcjvpbzb6ysg0f7fv-samba-4.19.2/bin/nmbd'
system-path> warning: collision between `/nix/store/rw5fzn10lb21xk3myc0d4m49j69d0crs-samba-4.19.2/bin/nmbd' and `/nix/store/ssxn9pnl293knqghcjvpbzb6ysg0f7fv-samba-4.19.2/bin/nmbd'
system-path> warning: collision between `/nix/store/rw5fzn10lb21xk3myc0d4m49j69d0crs-samba-4.19.2/bin/smbcontrol' and `/nix/store/ssxn9pnl293knqghcjvpbzb6ysg0f7fv-samba-4.19.2/bin/smbcontrol'
system-path> warning: collision between `/nix/store/rw5fzn10lb21xk3myc0d4m49j69d0crs-samba-4.19.2/bin/smbcontrol' and `/nix/store/ssxn9pnl293knqghcjvpbzb6ysg0f7fv-samba-4.19.2/bin/smbcontrol'
system-path> warning: collision between `/nix/store/rw5fzn10lb21xk3myc0d4m49j69d0crs-samba-4.19.2/bin/gentest' and `/nix/store/ssxn9pnl293knqghcjvpbzb6ysg0f7fv-samba-4.19.2/bin/gentest'
system-path> warning: collision between `/nix/store/rw5fzn10lb21xk3myc0d4m49j69d0crs-samba-4.19.2/bin/gentest' and `/nix/store/ssxn9pnl293knqghcjvpbzb6ysg0f7fv-samba-4.19.2/bin/gentest'
system-path> warning: collision between `/nix/store/rw5fzn10lb21xk3myc0d4m49j69d0crs-samba-4.19.2/bin/smbpasswd' and `/nix/store/ssxn9pnl293knqghcjvpbzb6ysg0f7fv-samba-4.19.2/bin/smbpasswd'
system-path> warning: collision between `/nix/store/rw5fzn10lb21xk3myc0d4m49j69d0crs-samba-4.19.2/bin/smbd' and `/nix/store/ssxn9pnl293knqghcjvpbzb6ysg0f7fv-samba-4.19.2/bin/smbd'
...
```
(The original samba will still stay in the closure as `kdenetwork-filesharing` depends on it.)
2023-11-29 16:15:52 +01:00
..
desktop-managers nixos/plasma5: Dont add samba a second time to environment.systemPackages 2023-11-29 16:15:52 +01:00
display-managers treewide: fix redirected and broken URLs 2023-11-11 10:49:01 +01:00
hardware nixos/libinput: only enable when X11 is enabled 2023-05-18 13:58:18 +03:00
window-managers oroborus: remove 2023-09-11 01:56:45 +00:00
clight.nix treewide: use mkEnableOption in nixos modules 2022-11-10 09:30:00 +01:00
colord.nix nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
extra-layouts.nix nixos/x11: move extraLayouts into xkb attrset 2023-11-01 11:55:25 +01:00
fractalart.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
gdk-pixbuf.nix nixos/gdk-pixbuf: move GDK_PIXBUF_MODULE_FILE to sessionVariables 2023-03-18 20:19:01 +01:00
imwheel.nix treewide: fix redirected and broken URLs 2023-11-11 10:49:01 +01:00
picom.nix nixos/picom: use lib.getExe 2023-08-14 11:19:41 +03:00
redshift.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
terminal-server.nix
touchegg.nix nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
unclutter-xfixes.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
unclutter.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
urserver.nix nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
urxvtd.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
xautolock.nix nixos: fix typos 2022-12-17 19:31:14 -05:00
xbanish.nix nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
xfs.conf
xfs.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
xscreensaver.nix nixos/xscreensaver: init module 2023-11-24 08:53:00 -03:00
xserver.nix nixos/x11: don't use a submodule for xkb options 2023-10-14 04:15:53 +03:00