import flakemodule for gtrackmap

This commit is contained in:
Joakim Repomaa
2024-07-03 10:00:39 +03:00
parent f64518ff35
commit 26194b9808
2 changed files with 3 additions and 6 deletions

View File

@@ -1,12 +1,8 @@
{ config, inputs', ... }:
{ config, ... }:
let
fqdn = "trackmap.freun.dev";
in
{
imports = [
inputs'.gtrackmap.nixosModules.default
];
services.gtrackmap = {
enable = true;
port = 3200;