mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Rename services.virtualboxHost -> programs.virtualbox
VirtualBox is an application, not a system service.
This commit is contained in:
parent
59bbd41599
commit
687caebfcb
2 changed files with 5 additions and 3 deletions
|
@ -144,6 +144,8 @@ in zipModules ([]
|
|||
# DNSCrypt-proxy
|
||||
++ obsolete [ "services" "dnscrypt-proxy" "port" ] [ "services" "dnscrypt-proxy" "localPort" ]
|
||||
|
||||
++ obsolete [ "services" "virtualboxHost" ] [ "programs" "virtualbox" ]
|
||||
|
||||
# Options that are obsolete and have no replacement.
|
||||
++ obsolete' [ "boot" "loader" "grub" "bootDevice" ]
|
||||
++ obsolete' [ "boot" "initrd" "luks" "enable" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue