aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/tiamat (unfollow)
Commit message (Collapse)Author
2025-05-16hosts: Move to a `by-name` schemaBenedikt Peetz
2025-04-30modules/backup: Port to storageboxBenedikt Peetz
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2025-04-25hosts/tiamat: Enable steam for all hostsBenedikt Peetz
Otherwise, unison-sync might complain regarding unmatched data files.
2025-04-25{modules/steam,hosts/tiamat}: Activate againBenedikt Peetz
2025-04-04refactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz
The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
2025-04-04refactor(treewide): neorg -> tskmBenedikt Peetz
2025-02-04fix(hosts/{apzu,tiamata}): Use the correct neorg package in the mappingsBenedikt Peetz
Otherwise, the `neorg dmenu` started by river would provide nothing to select.
2025-02-02refactor(modules/river): Migrate to `by-name`Benedikt Peetz
This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.)
2024-12-30fix(modules/river): Only activate the moonlander udev rules on tiamatBenedikt Peetz
2024-12-14fix(modules/inputMethods): RemoveBenedikt Peetz
This is a huge hack, that doesn't even work with all my applications (notably, alacritty does not support ibus.) As such, simply disabling it is the right call.
2024-12-09feat(modules/inputMethod): InitBenedikt Peetz
2024-10-24refactor(modules/unison): Migrate to `by-name` and parameterizeBenedikt Peetz
2024-10-18feat(hosts): Share common optionsBenedikt Peetz
2024-10-13fix(hosts/tiamat): Set new backup disk uuidBenedikt Peetz
2024-10-11feat(services/diffSystem): InitBenedikt Peetz
2024-07-05refactor(hosts): Also move bluetooth and graphics to separate modulesBenedikt Peetz
2024-05-24fix(hosts/tiamat): Also use new services modulesBenedikt Peetz
2024-05-23refactor(hosts/tiamat): Adapt to the new modules for systemBenedikt Peetz
2024-03-31feat(hosts/{tiamat,apzu}/hardware): Don't always enable the bluetooth controllerBenedikt Peetz
2024-03-31fix(hosts/tiamat/hardware): Avoid having a suspended Bluetooth controllerBenedikt Peetz
The controller tends to never wake up again, so suspending it is rather useless.
2024-01-14feat(hosts): Disable SteamSoispha
This is mostly done because of convenience: Synchronizing the full steam files is just cumbersome.
2023-09-17fix(hosts/tiamat): Enable adb bridge for soisphaSoispha
2023-08-26Refactor(treewide): Abbreviate path namesSoispha
2023-08-26Feat(hosts/tiamat): Enable bluetoothSoispha
2023-08-26Docs(treewide): Add a colon after every "TODO"Soispha
2023-08-01Fix(treewide): Use tlp and thermald for power savingSoispha
2023-07-29Style(treewide): Remove some unused importsSoispha
2023-07-29Fix(hosts/isimud): Import the whole system configurationSoispha
2023-07-11Fix(hosts/tiamat): Update to new swapfile uuidSoispha
2023-07-11Fix(hosts/tiamat): Update to new diskSoispha
2023-07-10Style(treewide): Switch to editorconfigSoispha
2023-07-10Feat(disko): Squash CommitSoispha
2023-05-20Style(treewide): FormatSoispha
2023-05-14Fix(hosts/tiamat): Remove outdated network configSoispha
2023-05-09Feat(system/locale): Modularize keyMap settingSoispha
2023-05-09Fix(hosts): Rename configuration.nix to default.nixSoispha
2023-05-09Feat(host/tiamat): Activate backupSoispha
2023-05-09Fix(hosts/tiamat): Reactivate hostplatformSoispha
2023-05-09Fix(host/tiamat): Do not use nixpkgsSoispha
2023-04-04Style(treewide): Formatene
2023-04-03Fix(host/tiamat): Add needed modulesene
These are the suggested ones from 'nixos-generate-config'.
2023-04-03Fix(hosts/tiamat/gpu): Remove driver packageene
The intel-media thing exists, but amd has nothing comparable.
2023-04-03Fix(host/tiamat): Update to new installene
2023-04-03Fix(host/tiamat/gpu): Remove unneeded driversene
This host uses a amd gpu, so intel drivers are useless
2023-03-17Fix(system): Move services to systemene
2023-02-20Fix(hosts): Use correct names and add mammunene
2023-02-20Feat(flake): Reorder hostsene