From f7a132e53f8dec616360e430180ef347267bb308 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Wed, 16 Aug 2023 02:29:53 +0200 Subject: [PATCH] Add a little debugging help --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c4be364..78c3372 100644 --- a/README.md +++ b/README.md @@ -97,3 +97,15 @@ To find out which of our darlings will be erased on reboot do `tree -x /`. ```bash sudo nixos-rebuild switch --flake . ``` + + +## Debugging +```bash +nix repl +:lf . +:p nixosConfigurations.omega.config.services.openssh.ports +:p nixosConfigurations.omega.config.home-manager.users.caspervk.programs.ssh.matchBlocks +:p inputs.nixpkgs.outputs.legacyPackages.x86_64-linux.openssh.version +``` + +