nixpkgs/nixos/modules/services
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
..
admin
amqp
audio slimserver: add bin symlink and meta.mainProgram 2023-11-17 08:18:32 -05:00
backup Merge pull request #265722 from nbraud/nixos/sudo-rs/btrbk 2023-11-26 21:36:20 +01:00
blockchain/ethereum erigon: add package option to override default version 2023-10-29 18:27:13 +00:00
cluster hadoop, nixos/hadoop: remove untarDir 2023-09-22 16:34:07 +05:30
computing fahclient: 7.6.21 -> 8.1.18 (#246832) 2023-11-27 14:20:58 +01:00
continuous-integration nixos/woodpecker-server: fix environmentFile example 2023-11-02 18:14:46 +01:00
databases nixos/postgresql: fix mentioned settings in ensurePermissions warnings 2023-11-20 14:42:57 +01:00
desktops nixos/seatd: add readiness notification 2023-11-23 13:50:14 +11:00
development nixos/postgresql: drop ensurePermissions, fix ensureUsers for postgresql15 2023-11-13 17:16:25 +01:00
display-managers nixos/greetd: autostart GNOME Keyring when enabled 2023-11-05 12:22:52 +01:00
editors emacs: remove outdated doc about package initialization 2023-08-25 10:22:30 +00:00
finance nixos/postgresql: drop ensurePermissions, fix ensureUsers for postgresql15 2023-11-13 17:16:25 +01:00
games improve documentation of new options 2023-11-21 20:52:30 +01:00
hardware treewide: replace broken udev paths with systemd 2023-11-21 15:09:38 +01:00
home-automation nixos/home-assistant: add customComponents support 2023-11-10 22:00:36 +01:00
logging treewide: fix redirected and broken URLs 2023-11-11 10:49:01 +01:00
mail Merge pull request #266270 from Ma27/postgresql-ownership-15 2023-11-17 18:02:17 +01:00
matrix nixos/postgresql: drop ensurePermissions, fix ensureUsers for postgresql15 2023-11-13 17:16:25 +01:00
misc Merge pull request #270256 from schmittlauch/gite-forgejo-migration-phrasing 2023-11-27 09:33:21 -05:00
monitoring nixos/telegraf: include procps if procstat input is configured 2023-11-26 20:26:48 +01:00
network-filesystems treewide: fix redirected and broken URLs 2023-11-11 10:49:01 +01:00
networking nixos/tmate-ssh-server: fix tmate-client-config script 2023-11-26 09:34:51 +01:00
printing nixos/printing: Fix openFirewall option 2023-11-07 10:21:48 +01:00
scheduling treewide: use optionalString instead of 'then ""' 2023-06-24 20:19:19 +02:00
search Merge pull request #266675 from anthonyroussel/sonic-server-nixos 2023-11-25 23:45:16 -05:00
security nixos/clamav: add fangfrisch updater 2023-11-24 09:09:46 +00:00
system Merge pull request #263203 from nikstur/replace-activation 2023-10-28 10:17:15 +02:00
torrent nixos/torrentstream: init 2023-11-26 16:36:48 +02:00
tracing nixos/tempo: add extraFlags option 2023-08-14 18:07:24 +02:00
ttys treewide: rename fonts.fonts to fonts.packages 2023-07-24 17:34:39 +02:00
video treewide: fix redirected and broken URLs 2023-11-11 10:49:01 +01:00
wayland nixos/cage: add environment config 2023-05-28 23:36:22 +02:00
web-apps Merge pull request #264661 from schoettl/dolibarr-with-package 2023-11-26 20:41:10 -06:00
web-servers nixos/caddy: Fixed RestartSec typo. 2023-11-24 11:03:32 +00:00
x11 nixos/plasma5: Dont add samba a second time to environment.systemPackages 2023-11-29 16:15:52 +01:00