diff options
author | Ben Sima <ben@bsima.me> | 2022-08-08 09:56:53 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-08-08 09:56:53 -0400 |
commit | e9d639f7d6f21498c450db36d46e1e6ac6c0b17e (patch) | |
tree | 05d826528fe7c4f964f4f97dbf794e22da162883 /Biz/Dev | |
parent | af3707e3acd8dc169506109410674f9f054eb1a7 (diff) |
Remove some TODOs
I don't like TODOs in my codebase, I'd rather keep them in org files. Eventually
I need a linter that prevents all TODOs from getting into code.
Diffstat (limited to 'Biz/Dev')
-rw-r--r-- | Biz/Dev/Configuration.nix | 2 | ||||
-rw-r--r-- | Biz/Dev/Wireguard.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Biz/Dev/Configuration.nix b/Biz/Dev/Configuration.nix index 8e316ed..114aee8 100644 --- a/Biz/Dev/Configuration.nix +++ b/Biz/Dev/Configuration.nix @@ -204,6 +204,6 @@ in { # should. system.stateVersion = "20.09"; # Did you read the comment? - # TODO: upstream this + # TODO: is this still necessary? Check nixpkgs upstream users.users.jupyter.isSystemUser = true; } diff --git a/Biz/Dev/Wireguard.nix b/Biz/Dev/Wireguard.nix index b4c26a5..90f425e 100644 --- a/Biz/Dev/Wireguard.nix +++ b/Biz/Dev/Wireguard.nix @@ -59,7 +59,7 @@ in { peers = [ #{ # helium - # publicKey = "TODO"; + # publicKey = ""; # allowedIPs = [ "10.100.0.2/32" ]; #} { # ben's iPhone |