import flakemodule for gtrackmap
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
{ config, inputs', ... }:
|
||||
{ config, ... }:
|
||||
let
|
||||
fqdn = "trackmap.freun.dev";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
inputs'.gtrackmap.nixosModules.default
|
||||
];
|
||||
|
||||
services.gtrackmap = {
|
||||
enable = true;
|
||||
port = 3200;
|
||||
|
||||
Reference in New Issue
Block a user