about summary refs log tree commit diff
path: root/modules
Commit message (Collapse)AuthorAge
* modules/shell: install socatAlyssa Ross2023-11-05
|
* modules/shell: install libarchiveAlyssa Ross2023-11-05
|
* modules/workstation/postfix: fix path typoAlyssa Ross2023-11-05
| | | | | This prevented the unit from starting even when the file with the intended name was present.
* modules/spectrum/nginx: add robots.txt Crawl-delayAlyssa Ross2023-11-05
| | | | | | Really this should be done for git.qyliss.net too, but that's harder because currently it's just using cgit's built-in one, and I'm not going to let perfect be the enemy of good.
* modules/emacs: update init.el for magit updateAlyssa Ross2023-11-05
|
* modules/cgit: ban my-tiny-botAlyssa Ross2023-11-04
| | | | Requesting multiple times per second. Not nice.
* modules/firefox: disable top sites on home screenAlyssa Ross2023-11-04
|
* modules/firefox: disable PocketAlyssa Ross2023-11-04
|
* modules/firefox: remove unused variablesAlyssa Ross2023-11-04
|
* modules/server/nginx: log upstream response timeAlyssa Ross2023-11-04
| | | | | | This will be useful to see which cgit requests take the longest, in case any features are taking up an unreasonable amount of CPU time and should be disabled.
* modules/emacs: add config-patches to listsAlyssa Ross2023-10-30
|
* modules/workstation: use local time zoneAlyssa Ross2023-10-28
|
* modules/workstation/mail: skip units if no passwordAlyssa Ross2023-10-22
|
* modules/ssh: enable sshd everywhereAlyssa Ross2023-10-22
|
* Merge commit '08cea2d8b6b32b5dd3976d369863d4b22a22f2b4'Alyssa Ross2023-10-22
|
* modules/persistence/nixos: initAlyssa Ross2023-10-21
| | | | | This will preserve the uid maps, etc., between boots, so groups won't keep getting shifted around.
* modules/windowing: install LibreOffice and OkularAlyssa Ross2023-10-21
|
* modules/emacs: add virglrenderer-devel to listsAlyssa Ross2023-10-21
|
* modules/git: fix value of sendemail.assume8bitEncodingAlyssa Ross2023-10-21
| | | | This was sending messages with "charset=true".
* modules/yubikey: make PAM machine-independentAlyssa Ross2023-10-21
| | | | This defaults to using the hostname, so was only set up for x220.
* modules/firefox: configure with wrapperAlyssa Ross2023-10-21
|
* modules/weechat: remove bitlbee networkAlyssa Ross2023-10-02
| | | | I took this service down.
* modules/bitlbee: removeAlyssa Ross2023-10-02
| | | | No longer used.
* modules/ssh: remove uhuraAlyssa Ross2023-10-02
| | | | It's gone.
* modules/workstation/networking: use iwdAlyssa Ross2023-10-02
| | | | | | | This is important on mbp because apparently it's the only way to have working WPA3[1], but it's also probably a good idea in general. [1]: https://www.reddit.com/r/AsahiLinux/comments/12igyoa/comment/jftvl3c
* modules/shell: remove libhugetlbfsAlyssa Ross2023-10-01
| | | | Broken on aarch64; not very useful anyway.
* modules/workstation: set up (HP) printingAlyssa Ross2023-10-01
|
* modules/emacs: build init with packages availableAlyssa Ross2023-10-01
| | | | Otherwise it complains about not being able to find them.
* modules/sway: consider all batteriesAlyssa Ross2023-10-01
| | | | | Not all battery names start with "BAT", but so far I haven't seen any non-battery power supplies that contain the required files.
* modules/windowing: switch from alacritty to footAlyssa Ross2023-10-01
| | | | | I've already been contributing to foot for Spectrum, it doesn't require a GPU, and it has working emoji.
* Add 'modules/nixos-apple-silicon/' from commit ↵Alyssa Ross2023-10-01
| | | | | | | | '096dc63e5426e17f70b4a8bf7716c3dd3430ba8c' git-subtree-dir: modules/nixos-apple-silicon git-subtree-mainline: 2cc67706f134018c6876d57d619e3cda02286c0e git-subtree-split: 096dc63e5426e17f70b4a8bf7716c3dd3430ba8c
* modules/workstation: set preempt=fullAlyssa Ross2023-09-25
| | | | | This noticeably improves responsiveness under heavy load in the kernel, e.g. when doing lots of filesystem IO.
* modules/emacs: add modes for DAlyssa Ross2023-09-22
|
* modules/shell: install resticAlyssa Ross2023-09-17
|
* modules/shell: install some more Nix toolsAlyssa Ross2023-09-17
|
* modules/shell: save units historyAlyssa Ross2023-09-16
|
* modules/sway: enable portal screen sharingAlyssa Ross2023-09-14
|
* modules/windowing: uninstall ChromiumAlyssa Ross2023-09-14
| | | | | This is a huge rebuild due to patched GnuPG, and I never use it now that Jitsi works in Firefox.
* modules/emacs: switch to emacs29-pgtkAlyssa Ross2023-08-31
| | | | It's finally released!
* modules/workstation: configure scanningAlyssa Ross2023-08-30
|
* modules/ssh: add keys for aarch64.nixos.communityAlyssa Ross2023-08-26
|
* modules/spectrum/irccat: fix SystemCallFilterAlyssa Ross2023-08-26
| | | | | | | The set of syscalls it uses appears to have changed in an update. @system-service is supposed to be "a reasonable set of system calls used by common system services, excluding any special purpose calls.", which sounds good enough.
* modules/persistence/systemd: persist machine-idAlyssa Ross2023-08-23
|
* modules/spectrum/nginx: redirect to documentationAlyssa Ross2023-08-23
| | | | This page is being moved into the documentation.
* modules/weechat: generate config with UTF-8 localeAlyssa Ross2023-08-16
| | | | | Otherwise, the configurable display characters with non-ASCII defaults will be set to "?".
* modules/fonts: fonts.fonts -> fonts.packagesAlyssa Ross2023-08-13
|
* Merge branch 'nixos-unstable' of https://github.com/NixOS/nixpkgsAlyssa Ross2023-08-13
| | | | | | | | | | | Conflicts: nixpkgs/pkgs/applications/window-managers/sway/default.nix nixpkgs/pkgs/build-support/go/module.nix nixpkgs/pkgs/build-support/rust/build-rust-package/default.nix nixpkgs/pkgs/development/libraries/mesa/default.nix nixpkgs/pkgs/servers/dict/dictd-db.nix Link: https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/391
* modules/spectrum/git: mark some repos obsoleteAlyssa Ross2023-08-08
|
* modules/spectrum/git: set nixpkgs default branchAlyssa Ross2023-08-08
| | | | One day we should rename this, but this is an improvement for now.
* modules/mail: update mailman database URLAlyssa Ross2023-08-08
| | | | postgres:// is not accepted since Mailman 3.3.7.