Attempt to set up guacamole
This commit is contained in:
parent
7bee8357aa
commit
e924b339c8
37 changed files with 434 additions and 422 deletions
modules/nixos
9
modules/nixos/ports.nix
Normal file
9
modules/nixos/ports.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Generic interface for working specifying a single-source of truth for ports!
|
||||
{ lib, ... }:
|
||||
{
|
||||
options.satellite.ports = lib.mkOption {
|
||||
description = "Record of custom app-port mappings to use throughput the config";
|
||||
type = lib.types.lazyAttrsOf lib.types.port;
|
||||
default = { };
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue