yep, more dotfiles

feat: add nix-inspect to shell

+2 -1
+1 -1
nixos/profiles/server.nix
··· 122 122 }; 123 123 124 124 virtualHosts.${tangled-hostname}.extraConfig = '' 125 - reverse_proxy http://localhost:${toString tangled-port} 125 + reverse_proxy http://localhost:${toString tangled-port} 126 126 ''; 127 127 }; 128 128
+1
shells.nix
··· 12 12 lpkgs.agenix 13 13 home-manager 14 14 just 15 + nix-inspect 15 16 nixos-anywhere 16 17 nix-tree 17 18 ]);