aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Collapse)Author
2024-12-25build(scripts/deploy): InitBenedikt Peetz
This documents the commands used for the first deployment (i.e., with a full, disko-driven, disk formatting step).
2024-12-25build(scripts/mk_network_config): InitBenedikt Peetz
This has been taken directly from `nixos-infect` (which rather under-maintained, sadly). Currently, it is extremely useful to generate the `networking.nix` config for new hosts.
2024-12-24build(scripts/test_interactive): Fix typo in variable nameBenedikt Peetz
2024-12-23test(scripts/lint_missing_tests.sh): RemoveBenedikt Peetz
This functionality is now available via the `coImport` feature in the `mkByName` `nixLib` function.
2024-08-02build(tests): Add complementary scriptsBenedikt Peetz