many changes, hopefully 100% pure now
This commit is contained in:
parent
ae414ceb12
commit
1310c4cb61
15 changed files with 95 additions and 50 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue