who needs temporary files and tee and whatever when you can have BASH SCRIPTS :3

This commit is contained in:
uku 2025-03-05 09:34:03 +01:00
parent 87c2e38720
commit 361dd6dc67
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
4 changed files with 22 additions and 31 deletions

View file

@ -196,11 +196,6 @@ in
};
};
system.activationScripts."upgrade-diff" = {
supportsDryActivation = true;
text = "${lib.getExe pkgs.nvd} --nix-bin-dir=${config.nix.package}/bin diff /run/current-system $systemConfig 1>&2";
};
systemd = {
services.NetworkManager-wait-online.enable = lib.mkForce false;