mirror of
https://github.com/tuxdotrs/trok.git
synced 2026-09-19 15:09:03 +05:30
refactor(nix): rename service namespace
This commit is contained in:
@@ -90,7 +90,7 @@ trok = {
|
|||||||
inputs.trok.nixosModules.default
|
inputs.trok.nixosModules.default
|
||||||
];
|
];
|
||||||
|
|
||||||
tux.services.trok = {
|
tnix.services.trok = {
|
||||||
enable = true;
|
enable = true;
|
||||||
host = "0.0.0.0";
|
host = "0.0.0.0";
|
||||||
port = 1337;
|
port = 1337;
|
||||||
|
|||||||
@@ -5,9 +5,9 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
with lib; let
|
with lib; let
|
||||||
cfg = config.tux.services.trok;
|
cfg = config.services.trok;
|
||||||
in {
|
in {
|
||||||
options.tux.services.trok = {
|
options.services.trok = {
|
||||||
enable = mkEnableOption "Enable trok";
|
enable = mkEnableOption "Enable trok";
|
||||||
|
|
||||||
host = mkOption {
|
host = mkOption {
|
||||||
|
|||||||
Reference in New Issue
Block a user