about summary refs log tree commit diff
path: root/machines/profpatsch
Commit message (Collapse)AuthorAgeFilesLines
* machines/profpatsch: disable sshd for workstationsProfpatsch2018-12-301-1/+1
|
* machines/haku: add wireguard kernel moduleProfpatsch2018-12-301-0/+3
|
* machines/haku: add Thomas’s ssh pubkey to vorstandProfpatsch2018-12-301-0/+1
|
* machines/profpatsch: clean up configsProfpatsch2018-12-224-105/+25
| | | | Remove unused packages and commented out stuff.
* machines/profpatsch/base: add find* aliasesProfpatsch2018-12-221-1/+8
|
* 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 aarch nixos community builderProfpatsch2018-12-221-0/+13
|
* machines/katara: disabled hyperthreadingProfpatsch2018-12-221-1/+1
|
* machines/katara: wireguard supportProfpatsch2018-12-221-0/+4
|
* machines/katara: Use "alot" from python3Packagesaszlig2018-12-141-1/+1
| | | | | | | | | Since alot version 0.8, Python 2.x is no longer supported and subsequently trying to use it from pythonPackages will result in an evaluation error. Signed-off-by: aszlig <aszlig@nix.build> Cc: @Profpatsch
* machines/haku: serve lojbanistan.de faviconProfpatsch2018-10-201-1/+15
|
* machines/katara: add local unbound DNS resolverProfpatsch2018-09-211-0/+2
|
* machines/katara: fix execlineb wrapperProfpatsch2018-07-201-1/+1
|
* fix typoProfpatsch2018-07-201-1/+1
|
* machines/katara: nix-diff is broken atmProfpatsch2018-07-201-1/+1
|
* machines/katara: add execlineb-with-builtinsProfpatsch2018-07-202-0/+11
|
* machines/profpatsch: a few misc changesProfpatsch2018-07-202-1/+6
|
* machines/katara: fix dunst invocationProfpatsch2018-07-201-1/+1
|
* machines/katara: switch from notmuch to muProfpatsch2018-07-201-3/+4
|
* machines/katara: add more utilsProfpatsch2018-07-201-2/+4
|
* Fix mpv overrides with scripts attributeaszlig2018-07-191-1/+3
| | | | | | | | | Since NixOS/nixpkgs@402ee4e9eaf08a697672718cd502067c726a7c73, mpv by itself no longer has a script argument but there is now "mpv-with-scripts", which boils down to something similar. Signed-off-by: aszlig <aszlig@nix.build> Cc: @Profpatsch, @sternenseemann
* pkgs.profpatsch: add nix-genProfpatsch2018-06-252-12/+1
|
* machines/haku: set NIX_PATH similar to kataraProfpatsch2018-06-051-0/+12
|
* machines/mikiya: set static IP address for initrdProfpatsch2018-05-231-2/+1
|
* fuuuuProfpatsch2018-05-231-1/+1
|
* machines/mikiya: add ethernet dev kernel module to initrdProfpatsch2018-05-231-0/+3
|
* machines/mikiya: wait, until mapper device is unlockedProfpatsch2018-05-231-1/+7
|
* machines/mikiya: fix eval error & add /bootProfpatsch2018-05-231-1/+6
|
* machines/mikiya: add hardware-config.nixProfpatsch2018-05-231-1/+10
|
* machines/profpatsch: add mikiyaProfpatsch2018-05-231-0/+68
|
* machines/katara: change to new SSDProfpatsch2018-05-231-5/+8
|
* machines/profpatsch/pkgs: nix with syntax fixProfpatsch2018-05-011-0/+9
|
* machines/katara: weechat notification script user serviceProfpatsch2018-05-011-6/+21
| | | | | | weechat is running on my server with a script enabled that pushes notifications to a unix socket. This user service opens an ssh connection and forwards the socket to a local script, which pushes to libnotify when a message arrives.
* machines/katara: rm twmn notify daemon, add dunst (user service)Profpatsch2018-05-011-3/+16
|
* machines/katara: custom NIX_PATHProfpatsch2018-05-011-2/+9
|
* machines/katara: add user services for pyrnotifyProfpatsch2018-05-013-1/+88
|
* machines/katara: remove newsbeuterProfpatsch2018-03-071-1/+0
|
* machines/haku: pass to v4 localhost warpspeed explicitelyProfpatsch2018-02-171-1/+1
| | | | | Apparently nginx resolves localhost to [::1] in a newer version by defaul, yet my static file server only binds to 127.0.0.1.
* machines/katara: remove cups server, add cups cli toolsProfpatsch2018-02-121-9/+2
|
* machines/katara: add packagesProfpatsch2018-02-122-1/+4
|
* pkgs/profpatsch: add nix-http-serveProfpatsch2018-02-121-0/+1
|
* machines/haku: coi doProfpatsch2018-02-101-1/+1
|
* profpatsch/pkgs: disable searx and patchesProfpatsch2018-02-091-14/+24
|
* machines/haku: enable auto upgradeProfpatsch2018-02-091-0/+6
|
* machines/haku: remove unused services/attack vectorsProfpatsch2018-02-091-29/+11
|
* profpatsch/searx: Rebase searx-secret-key.patchaszlig2018-02-032-26/+30
| | | | | | | | | | | | | | | | | | | | Get rid of the annoying build error again (see 8be3704c3fbe08308132d92a6 for the last time), but this time for searx 0.13.1. The main thing that has changed is that instead of hmac.new() there is now a helper function called new_hmac(), which the patch now uses. I've also cleaned up some tiny bits reported by flake8 and fixed the description of SecretAppKeyError to refer to XDG_CACHE_HOME instead of XDG_CACHE_DIR. In addition to the updated patch, we now need to add XDG_CACHE_HOME to a writable directory (in this case $TMPDIR), because otherwise the test_webapp fails with an SecretAppKeyError, as it will try to create leading directories to XDG_CACHE_HOME. Signed-off-by: aszlig <aszlig@nix.build> Cc: @Profpatsch
* machines/katara: add jq, remove openvpn, fix gutenprintProfpatsch2017-11-221-11/+12
|
* machines/katara: switch back to network-managerProfpatsch2017-11-221-8/+8
| | | | | The wlp-supplicant module is just too buggy (especially after waking from standby it mostly doesn’t reinitialize the connection).