meow
This commit is contained in:
parent
c8600dbe44
commit
ce880f8195
3 changed files with 14 additions and 3 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{config, lib, pkgs, ...}:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
cfg = config.services.openarena-instance;
|
||||
|
|
@ -8,7 +13,8 @@ let
|
|||
sha256 = "f47c4cc5aaa7f59aa9d6ad4d76e9f4255cc8a88d9cfc2ba884bd8ab7ebf3ce00";
|
||||
};
|
||||
|
||||
in {
|
||||
in
|
||||
{
|
||||
options.services.openarena-instance = {
|
||||
# ... existing options ...
|
||||
};
|
||||
|
|
@ -25,4 +31,4 @@ in {
|
|||
|
||||
# ... existing firewall config ...
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue