router: comment out unused var
This commit is contained in:
parent
6fead90275
commit
d46f3b3386
@ -1,6 +1,6 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
inherit (builtins) head concatStringsSep attrValues mapAttrs hasAttr;
|
||||
inherit (builtins) head concatStringsSep attrValues mapAttrs; # hasAttr;
|
||||
inherit (lib.attrsets) filterAttrsRecursive;
|
||||
pubKeys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO7v+/xS8832iMqJHCWsxUZ8zYoMWoZhjj++e26g1fLT europa"
|
||||
|
Loading…
Reference in New Issue
Block a user