about summary refs log tree commit diff
path: root/machines/profpatsch/base-workstation.nix
Commit message (Collapse)AuthorAgeFilesLines
* machines/profpatsch: move back to Europe/BerlinProfpatsch2022-11-011-1/+1
|
* machines/profpatsch: move console key config to baseProfpatsch2022-06-271-5/+0
|
* machines/Profpatsch/base: explicitly set "UTC" as timezoneProfpatsch2022-06-261-2/+2
|
* machines/Profpatsch: Move some stuff to base.nixProfpatsch2022-06-261-16/+0
| | | | | | | I use all of that on a regular basis. Earlyoom makes sense for any kind of machine without swap, which is all of my machines.
* machines/Profpatsch: Move thinkpad config into separate moduleProfpatsch2022-06-261-4/+1
| | | | | I want to have a thinkpad-based server, which will need the thinkpad-specific stuff but none of the workstation stuff.
* modules/hardware/thinkpad: Default intel.updateMicrocode to trueProfpatsch2022-06-261-5/+0
| | | | | | | | Not updating the microcode on thinkpads is kind of a death sentence for some kernel updates, so let’s do it by default. In case somebody uses it for an AMD thinkpad in the future, we might have to check whether the option creates a problem.
* machines/profpatsch/base-workstation: add upower with suspendProfpatsch2022-03-161-0/+14
| | | | | Upstream is dumb, but the tool is certainly useful, so let’s patch it to make it workable and then also patch the nixos module …
* treewide: Fix broken package symbolsProfpatsch2022-03-021-1/+1
| | | | | | | | Due to unnecessary renames in https://github.com/NixOS/nixpkgs/pull/161146 I replaced the packages with the ones the error messages mentioned, I have not checked whether they are actually a no-op replacement.
* machines/profpatsch: use alacritty as terminal-emulatorProfpatsch2022-02-281-3/+2
| | | | | | | This is the alacritty wrapper that is added from `~/bin`. This is a bit badly set up atm, but might change once I move things together into one repo.
* machines/profpatsch/workstation: make emacsclient create new framesProfpatsch2022-02-281-1/+1
| | | | | Ideally I’d start the emacs server in a systemd service, make it autorestart and always start frames, but that’s the next step.
* machines/profpatsch/workstations: also open tinker ports for UDPProfpatsch2021-10-261-0/+2
|
* machines/shiki: T450 -> T480Profpatsch2021-06-071-5/+0
| | | | Needs a new name, hm.
* pkgs/profpatsch/xdg-open: improve tool a bitProfpatsch2021-03-051-0/+1
|
* machines/profpatsch/base-workstation: add binutilsProfpatsch2021-03-051-0/+1
|
* feat(profpatsch/machines): set journal size limit on every machineProfpatsch2021-02-131-3/+0
| | | | | | Before we just set 50M on workstations, but let’s increase to 500M and set it as default on every machine, so we don’t run out of space because somebody DDoSes our server logs.
* machines/profpatsch: add gitFull and github-cliProfpatsch2021-02-041-0/+1
|
* machines/profpatsch/base-workstation: enable earlyoomProfpatsch2021-02-041-0/+8
|
* machines/profpatsch/base-workstation: switch from ag to rgProfpatsch2020-02-101-1/+1
| | | | | | ag is not maintained anymore and has problems with .gitignore files. rg seems to even be a bit faster and supports everything I need (plus it’s picked up automatically by the spacemacs search).
* machines: `consoleFont` and `consoleKeyMap` moved to `console`Profpatsch2019-12-221-3/+3
| | | | | | Fixes the evaluation warning. cc @aszlig @devhell @sternenseemann
* machines/profpatsch: remove `ultimate` configProfpatsch2019-12-081-5/+0
| | | | Was removed from upstream nixpkgs.
* machines/profpatsch/workstation: add packagesProfpatsch2019-09-281-0/+1
|
* machines/profpatsch: move more stuff into base-workstationProfpatsch2019-05-161-2/+7
|
* machines/profpatsch: move stuff into base-workstationProfpatsch2019-05-161-15/+73
|
* machines/profpatsch: disable sshd for workstationsProfpatsch2018-12-301-1/+1
|
* machines/profpatsch: clean up configsProfpatsch2018-12-221-21/+0
| | | | Remove unused packages and commented out stuff.
* machines/profpatsch/workstation: Accept the TruthProfpatsch2018-12-221-1/+1
|
* machines/profpatsch/workstation: disable fcitx for nowProfpatsch2018-12-221-4/+5
|
* machines/profpatsch/workstation: enable firewallProfpatsch2018-12-221-1/+7
|
* machines/katara: add packagesProfpatsch2018-02-121-0/+1
|
* machines/katara: Update microcodeProfpatsch2017-10-311-0/+2
| | | | My wifi module broke, because the microcode was too old and that option not set.
* machines/profpatsch: enable fcitx & mozc japanese IMEProfpatsch2017-07-171-0/+4
|
* machines/katara: fix evaluation errorProfpatsch2017-07-081-1/+0
|
* machines/katara: change mouse speedsProfpatsch2017-05-311-0/+11
|
* machines/profpatsch: move mutableUsers to baseProfpatsch2017-04-261-2/+0
|
* machines/katara: switch to wpa_supplicantProfpatsch2017-02-041-2/+0
| | | | nm got so slow, it’s unbearable.
* machines/profpatsch: factor out basic server configProfpatsch2017-01-271-11/+5
|
* machines/profpatsch: base.nix -> base-workstation.nixProfpatsch2017-01-261-0/+103