functionality/soft-serve: rename to soft-serve-ng
Nixpkgs now has a soft-serve module with a conflicting definition
This commit is contained in:
parent
98a5cab0cb
commit
165e291371
2 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
with lib;
|
||||
with lib.our;
|
||||
let
|
||||
cfg = config.services.soft-serve;
|
||||
cfg = config.services.soft-serve-ng;
|
||||
mkIfNotNull = v: mkIf (v != null) v;
|
||||
in
|
||||
{
|
||||
options.services.soft-serve = with types; {
|
||||
options.services.soft-serve-ng = with types; {
|
||||
enable = mkBoolOpt false;
|
||||
|
||||
host = mkOpt str "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue