aboutsummaryrefslogtreecommitdiffstats
path: root/sys (unfollow)
Commit message (Collapse)Author
2024-05-20refactor(sys): Modularize and move to `modules/system` or `pkgs`Benedikt Peetz
2024-05-12fix(sys/users/soispha): Add my new ssh keyBenedikt Peetz
2024-05-12refactor(sys/pkgs/neorg/nu): Delete the canceled try at a nu rewriteBenedikt Peetz
2024-05-12fix(sys/boot): Restore the bootsetup to the status quoBenedikt Peetz
Having a read-only ISO (preferably tails) ready to test things is quite cool, but actually setting this up requires an EFI partition that can store the 1+ GB ISO. Thus, this change needs to be deferred until a disk reinstall can be made.
2024-05-11fix(sys/boot): Always update the config-fileBenedikt Peetz
2024-05-11fix(sys/boot): Include a parameter for the device the iso is stored onBenedikt Peetz
2024-05-11fix(sys/boot): Use a disk backed directory to store the big isoBenedikt Peetz
2024-05-11fix(sys/secrets): Remove unused serverphone secretsBenedikt Peetz
2024-05-11fix(sys/boot): Also apply the `systemd-boot` settings, when lanzaboote is activeBenedikt Peetz
2024-05-11feat(sys/boot): Provide the latest arch-iso as boot targetBenedikt Peetz
2024-05-10chore(treewide): Fully remove any last mentions of git-cryptBenedikt Peetz
2024-05-09fix(sys/hardware): Enable the nitrokey udev rulesBenedikt Peetz
2024-05-09fix(sys/svcs/nix): Use my overlayed nixpkgs in the `n` registry entryBenedikt Peetz
2024-05-09fix(sys/nixpkgs): All the unfree 'pypemicro'Benedikt Peetz
2024-05-09fix(sys/secrets/lf/cd_paths): RegenerateBenedikt Peetz
2024-05-09style(treewide): FormatBenedikt Peetz
2024-05-09feat(sys/pkgs/scripts/update-sys): Enable completionsBenedikt Peetz
2024-05-09fix(sys/pkgs/comments): Don't require `sponsorblock_chapters`Benedikt Peetz
This field is not always available.
2024-05-09refactor(sys/pkgs/comments): Use better direnv api, instead of bare `.env` fileBenedikt Peetz
2024-05-09fix(sys/libvirt): Disable, as tiamat can't build `ceph`Benedikt Peetz
2024-05-09chore(treewide): Conform to changed settingsBenedikt Peetz
2024-05-09build(treewide): UpdateBenedikt Peetz
2024-05-09fix(treewide): `Upgrade` the Cargo.toml file before `updating` the Cargo.lockBenedikt Peetz
2024-05-09style(treewide): Comply with `nix fmt`Benedikt Peetz
2024-05-09fix(sys/pkgs/yt): Don't require an thumbnail urlBenedikt Peetz
Some extractors do not provide it.
2024-05-09fix(hm/conf/lf/keybindings): Use the autogenerate cd mappingsBenedikt Peetz
2024-05-09feat(sys/secrets/lf/cd_paths): Generate with `lf-make-map`Benedikt Peetz
2024-05-09feat(pkgs/lf-make-map): Add de-serialization to lf mappingsBenedikt Peetz
2024-05-09feat(pkgs/lf-make-map): Support depths > 2Benedikt Peetz
2024-05-07feat(pkgs/lf-make-map): Ensure that it works (for a depth=1)Benedikt Peetz
2024-05-06feat(pkgs/lf-make-map): Implement all needed details to produce first mappingsBenedikt Peetz
The only bug left right know, is that multiple same mappings can be generated because of the ways the types interact with each other.
2024-05-05feat(pkgs/lf-make-map): Change the key to custom type and add visualsBenedikt Peetz
2024-05-05feat(pkgs/lf-make-map): InitBenedikt Peetz
2024-05-04build(treewide): UpdateBenedikt Peetz
2024-04-02build(flake): UpdateBenedikt Peetz
2024-04-01build(treewide): UpdateBenedikt Peetz
2024-03-31build(treewide): Update flake.lock filesBenedikt Peetz
2024-03-31fix(hm/conf/nvim/plgs/debugprint): RemoveBenedikt Peetz
I have never really used this plugin, and the recent breaking API changes where reason enough to remove it.
2024-03-30style(treewide): FormatSoispha
2024-03-30feat(pkgs/scripts/fupdate): Generate completionsSoispha
2024-03-30build(flake): UpdateSoispha
2024-03-29fix(pkgs/scripts/fupdate): Ignore args after `--`Soispha
2024-03-29fix(pkgs/scripts/fupdate): Avoid polluting the arguments of the update scriptSoispha
Previously, arguments to fupdate were also passed along to the update script, they should now be filtered out. If passing them along is wanted, they can be put behind a `--`.
2024-03-29fix(pkgs/scripts/fupdate): Avoid inversion in check for --no-scriptSoispha
The check ran the update script if `--no-script` was specified and did not run it, if it was not.
2024-03-29docs(pkgs/scripts/fupdate): Add somewhat better documentationSoispha
2024-03-28chore(treewide): Move away from git-cryptSoispha
2024-03-24refactor(flake): Use an attrs for including open prsSoispha
This change allows to me to faster add new nixpkgs versions.
2024-03-24fix(treewide): Update the shell library versionSoispha
2024-03-23style(treewide): FormatSoispha
2024-03-23feat(pkgs/scripts/spodi): Rewrite to support artist `update`Soispha