many changes, hopefully 100% pure now

This commit is contained in:
root 2025-11-08 13:36:16 +00:00
parent ae414ceb12
commit 1310c4cb61
15 changed files with 95 additions and 50 deletions

View file

@ -1,7 +1,7 @@
{pkgs, ...}: let
updateScript = pkgs.writeShellScriptBin "rebuild" ''
#!/bin/sh
nixos-rebuild switch --flake /etc/nixos#distrust --impure
nixos-rebuild switch --flake git+https://git.distrust.network/root/flake#distrust
'';
tor-hostname = import ../helpers/tor-hostname.nix {inherit pkgs;};
in {