about summary refs log tree commit diff
path: root/machines/profpatsch/base.nix
Commit message (Collapse)AuthorAgeFilesLines
* machines/profpatsch: move console key config to baseProfpatsch2022-06-271-0/+6
|
* machines/Profpatsch/base: explicitly set "UTC" as timezoneProfpatsch2022-06-261-0/+3
|
* machines/Profpatsch: Move some stuff to base.nixProfpatsch2022-06-261-1/+16
| | | | | | | 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: fix new nix settings namesProfpatsch2022-03-161-2/+2
| | | | It’s only checked at the end LOL
* machines/profpatsch: use new nix.settings attributeProfpatsch2022-03-021-2/+2
|
* machines/profpatsch/base: set nix maxJobs to autoProfpatsch2021-07-191-0/+2
|
* machines/profpatsch: fix git overwriting gitFullProfpatsch2021-03-051-1/+0
| | | | | | I had a clash between the base config and my workstation, which lead to `git send-email` not being available because `git` (minimal) was shadowing `gitFull`.
* feat(profpatsch/machines): set journal size limit on every machineProfpatsch2021-02-131-0/+3
| | | | | | 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/base: add straceProfpatsch2021-02-041-1/+2
|
* machines/profpatsch: add lr and xe to my base profileProfpatsch2019-08-281-0/+2
|
* machines/profpatsch: clean up configsProfpatsch2018-12-221-4/+3
| | | | Remove unused packages and commented out stuff.
* machines/profpatsch/base: add find* aliasesProfpatsch2018-12-221-1/+8
|
* machines/profpatsch: a few misc changesProfpatsch2018-07-201-0/+1
|
* machines/profpatsch: always clean /tmp on rebootProfpatsch2017-11-221-0/+3
|
* machines/haku: refactor a bit to include into base server configProfpatsch2017-07-081-1/+9
| | | | | Until now, the config on the actual server was deviating because I changed it locally.
* machines/profpatsch: move mutableUsers to baseProfpatsch2017-04-261-0/+3
|
* machines/profpatsch: factor out basic server configProfpatsch2017-01-271-0/+38
|
* machines/profpatsch: base.nix -> base-workstation.nixProfpatsch2017-01-261-103/+0
|
* machines/katara: extract lib & add xmpp-clientProfpatsch2016-09-161-15/+3
| | | | | | | Some stuff is needed in multiple files, like the home directory. Extracted out into lib.nix. xmpp-client uses that to create a wrapper for splicing the password into the config at program invocation.
* machines/katara: libinput stubProfpatsch2016-08-291-0/+19
| | | | Doesn’t work yet.
* machines/katara: add/rm packagesProfpatsch2016-08-291-1/+2
|
* machines/profpatsch: factor out base configProfpatsch2016-07-041-0/+95