mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
i
This commit is contained in:
parent
2a4424181d
commit
f99a34959d
2 changed files with 67 additions and 0 deletions
16
modules/nixos/linux/anywhen.nix
Normal file
16
modules/nixos/linux/anywhen.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ flake, pkgs, ... }:
|
||||
|
||||
let
|
||||
inherit (flake) inputs;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
inputs.anywhen.nixosModules.default
|
||||
];
|
||||
|
||||
services.anywhen = {
|
||||
enable = true;
|
||||
package = inputs.anywhen.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
port = 6111;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue