about summary refs log tree commit diff
path: root/machines
Commit message (Collapse)AuthorAgeFilesLines
* machines/titan: Disable dnscryptdevhell2018-02-011-2/+2
| | | | | | I'm spending too much time at Uni and dnscrypt will not work properly in this network and is causing lookup timeouts, so I'm going to have to disable it until I find a solution.
* machines/titan,profiles/packages: Compton as a servicedevhell2018-01-251-1/+8
| | | | | Instead of just running compton when i3 starts, we'll try to run it as an actual service here.
* machines/eris: Change stop charge threshold to 90devhell2018-01-081-1/+1
| | | | | This battery is getting old, and leaving the max charge at 80 just isn't cutting it anymore.
* machines: Remove tyreeaszlig2017-12-112-48/+0
| | | | | | | Tyree is dead, no further comment... Signed-off-by: aszlig <aszlig@nix.build> Cc: @brokkoliberta
* machines/dnyarri/i3: Replace Chromium with FireFoxaszlig2017-12-111-2/+2
| | | | | | | I'm using Firefox now and also having a label which only says "Browser" is a bit more browser-agnostic. Signed-off-by: aszlig <aszlig@nix.build>
* machines/titan: Re-add Google nameserversdevhell2017-12-081-1/+1
| | | | | DNSCrypt doesn't cope well with Uni's network configuration. We need Google nameservers so dnscrypt can fetch its information. Meh.
* machines/titan: Make networking.* less eye-destroyingdevhell2017-12-041-4/+6
| | | | | One of many attempt to follow in making the code more readable and DRY if possible.
* machines/titan: Add powertop auto-tuningdevhell2017-12-041-1/+4
| | | | | I find myself turning this on manually more and more, so might as well turn it on automatically.
* machines/titan: Add docker stuffdevhell2017-12-031-0/+3
| | | | I'll need some docker love for a bit, so here it is.
* machines/titan: Stop networkd using advertised DNSdevhell2017-11-301-0/+3
| | | | | | | DNSCrypt is pretty cool so far, but networkd is using the nameservers adviertised through DHCP on respective interfaces which defeats the point of DNSCrypt a bit. So, unfortunately we'll have to work around it this way.
* machines/eris: Enable compton and disable pasystraydevhell2017-11-301-2/+2
| | | | | | I'll move eris over to the same setup titan has now as it has been working like a charm. At some point I'll eliminate network-manager here too.
* machines/titan: Remove Google DNS serversdevhell2017-11-261-1/+1
| | | | | It seems that dnscrypt is working, so for now I'll remove Google's nameservers.
* machines/titan: Remove cruft and enable dnscryptdevhell2017-11-251-4/+3
| | | | I want to test this and see how it performs.
* machines/titan: Reenable ipmitooldevhell2017-11-231-1/+1
| | | | | Forgot that I do like to use this at Uni when I can't be bothered with the IPMI webinterface (which I have yet to update from Java to HTML5).
* 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).
* machines/katara: config should not use recProfpatsch2017-11-221-1/+1
| | | | That’s from back when I wasn’t accustomed to the module system yet.
* machines/profpatsch: always clean /tmp on rebootProfpatsch2017-11-222-2/+3
|
* machines/titan: Reenable pamixerdevhell2017-11-191-1/+1
| | | | Forgot that my volume controls are bound to pamixer, so reenabling it.
* machines/titan: Disable currently unused pkgsdevhell2017-11-181-9/+9
| | | | | | | In an effort to make my footprint a bit smaller I've taken a bit of time to disable pkgs I'm sure I won't be needing anytime soon. However, I'm keeping them commented for historic reasons and in case I do need something back I don't have to look far.
* machines/{eris,titan}: Update mount optionsdevhell2017-11-152-3/+2
| | | | | Running kernel 4.14 allows btrfs with zstd compression, so let's enable that and also remove "ssd" enforcement on eris.
* profpatsch/searx: Rebase searx-secret-key.patchaszlig2017-11-131-21/+21
| | | | | | | | | | This build error is quite annoying, so I applied the patch on v0.11.0 and rebased it against v0.12.0. The only hunk that's failing is the import of get_secret_app_key in searx/webapp.py, so no big conflicts with the actual logic of the patch. Signed-off-by: aszlig <aszlig@nix.build> Cc: @Profpatsch
* machines/katara: Fix eval error for taalo-buildaszlig2017-11-131-1/+1
| | | | | | | | | | | The config attribute set is recursive, so "vuizvui" within that scope refers to the "vuizvui" attribute within config directly instead of using the one from pkgs. Prepending "pkgs." explicitly to the attribute path now avoids this. Signed-off-by: aszlig <aszlig@nix.build> Cc: @Profpatsch
* taalo-build: Rewrite as wrapper and move to pkgsaszlig2017-11-121-3/+1
| | | | | | | | | | | | | | | | | | | | We no longer use the legacy SSH store protocol for taalo but the new ssh-ng protocol, which makes the implementation of taalo-build a LOT less clunky. It also didn't make sense to have this as a NixOS module when we after all just emit a static store path without any stuff depending on configuration options. The new implementation basically just wraps nix-build and nix-store -r along with the right NIX_REMOTE variable. With Nix 1.2 this can also be done with the new "nix build" command using the --store option, but unfortunately "nix build" doesn't yet have the same functionality as nix-build. Signed-off-by: aszlig <aszlig@nix.build> Cc: @Profpatsch, @bendlas
* machines/titan: Fix massive brainfartdevhell2017-11-121-1/+1
| | | | | | And here I've been sitting, wondering what the hell was wrong and why it would wait ages to access a partition that doesn't (as it turns out) exist. Duh.
* machines/titan: Disable systemd-network annoyancedevhell2017-11-111-0/+3
| | | | This is due to a bug and should be reenabled once solved.
* machines/titan: Enable autodefragdevhell2017-11-111-0/+1
|
* machines/titan: Add some sensible btrfs optionsdevhell2017-11-091-0/+5
|
* machines/katara: remove sentProfpatsch2017-11-083-22/+1
| | | | Patch doesn’t apply, I don’t use it anymore.
* machines/katara: Update microcodeProfpatsch2017-10-311-0/+2
| | | | My wifi module broke, because the microcode was too old and that option not set.
* machines/hannswurscht: add bluetooth audio sinkProfpatsch2017-10-311-0/+8
|
* machines/hannswurscht: lower stackenblocken volumeProfpatsch2017-10-311-1/+1
|
* machines/tishushi: Remove obsolete synergy clientaszlig2017-10-301-3/+0
| | | | | | | I'm no longer using Synergy for anything, so let's prevent synergc from attempting to connect to a non-existant server. Signed-off-by: aszlig <aszlig@nix.build>
* machines/titan: Disable pasystray and add compton optdevhell2017-10-251-2/+2
| | | | | Using polybar now I feel there is no need for pasystray and I would also like to have compton draw me shadows under windows.
* machines/fliewatuet: more texlive packagessternenseemann2017-10-191-1/+1
|
* machines/fliewatuet: new texlive packagessternenseemann2017-10-191-1/+1
|
* machines/tyree: Add a few photo editing programsaszlig2017-10-181-1/+3
| | | | | | | | In the end I guess we're going to remove one or more of these, but right now let's add all of them to have a way to evaluate. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @BrokkoliBerta
* machines/titan: Add extra DNS serversdevhell2017-10-181-0/+1
| | | | Uni has some bonkers nameservers. This should hopefully fix it.
* machines/{eris,titan}: Remove Rofi configdevhell2017-10-172-18/+0
| | | | | | | Since rofi 1.4.0 the old way of theming has been dropped in favor of a more complex and fine-grained theme engine. These theme files are rather large and so it makes sense to move to the theme configuration to rofi's XDG_USER_CONFIG_DIR.
* machines/schnurrkadse: Fix evaluation erroraszlig2017-10-161-1/+2
| | | | | | | | | The option enableIntel2200BGFirmware was more or less an alias of enableRedistributableFirmware and now has been removed upstream in commit NixOS/nixpkgs@3df126dbf742f984b226f974ecfa649c70eb634e. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @sternenseemann
* machines/titan: Fix brainfart with useNetworkddevhell2017-10-051-1/+1
| | | | Sorry.
* machines/titan: Use networkddevhell2017-10-051-0/+1
| | | | Let's switch to networkd.
* machines/titan: Disable connmandevhell2017-10-051-2/+2
| | | | | More often than not connman is not working reliably; on this machine at least.
* machines/titan: Update fileSystems.*devhell2017-10-041-6/+4
| | | | | | | | | Since this is a reinstall (thanks Toshiba BIOS people /s) I've opted to remove f2fs and replace it with btrfs. After each new kernel fsck.f2fs would take forever to check the filesystem before the system was usable, and this doesn't happen with btrfs (or any other FS AFAIK). Also, I really miss --reflink. We're also removing 'elevator=noop' here since we're going to use BFQ.
* machines/titan: Adapt new rofi theme toodevhell2017-09-221-13/+7
|
* machines/katara: rm TERM (it’s not what I thought it is)Profpatsch2017-09-201-1/+0
| | | | thx @aszlig
* machines/katara: add static vpn client to hakuProfpatsch2017-09-201-0/+11
|
* machines/eris: Change rofi themedevhell2017-09-181-13/+7
|
* devhell/titan: Add neomuttdevhell2017-09-131-0/+1
|
* profiles/workstation: Move gpodder to dnyarriaszlig2017-09-071-1/+1
| | | | | | | Actually this is the only one workstation where I use gpodder, so let's move it there and also don't make it a lazy package. Signed-off-by: aszlig <aszlig@redmoonstudios.org>