about summary refs log tree commit diff
path: root/machines
Commit message (Collapse)AuthorAgeFilesLines
* profiles/base: Remove GRUB from base profileaszlig2021-06-023-2/+3
| | | | | | | | | | | After all the goal was to move all hardware specific stuff to the actual machine definition, which includes the boot loader. Since GRUB is enabled by default but with a higher priority value, we now no longer need to mkForce-disable the option for machines using systemd-boot. Signed-off-by: aszlig <aszlig@nix.build>
* machines/dnyarri: Switch to AMD CPU microcodeaszlig2021-06-024-0/+8
| | | | | | | | The new hardware for dnyarri no longer contains an Intel CPU, so apart from switching the microcode updates to AMD I also removed the setting from the base profile because it clearly doesn't belong there. Signed-off-by: aszlig <aszlig@nix.build>
* machines/sternenseemann/wolfgang: install sanetermsternenseemann2021-05-311-0/+5
|
* machines/gunnr: Enable syncthingdevhell2021-05-251-0/+3
| | | | | | | I'm going to start using `Zettlr` to try and keep on top of the gazillion notes I have. Zettlr doesn't have built-in sync to anything, so I'll probably have to use `syncthing`. I'd prefer `git`, but if the file versioning works halfway decently then that'll be fine.
* machines/sternenseemann/wolfgang: install dinosternenseemann2021-05-231-1/+1
| | | | OMEMO and better MUC support as well as bookmarks support than jackline
* machines/sternenseemann: install gitFullsternenseemann2021-05-231-1/+1
| | | | git send-email go brrrrrrrrrrr
* machines/sternenseemann/wolfgang: disable ctrl+shift+e urlselectsternenseemann2021-05-231-11/+1
| | | | foot has this feature natively now using ctrl+shift+u.
* machines/devhell: services.gnome3 -> gnomedevhell2021-05-173-8/+8
| | | | It's been renamed recently and throws a warning saying as much.
* machines/sternenseemann/wolfgang: remove container networking configsternenseemann2021-05-131-9/+0
| | | | I replaced the nixos-containers I had with docker, so this can go.
* machines/sternenseemann/edwin: adjust hardware settingssternenseemann2021-04-271-6/+11
|
* machines/sternenseemann/racker: initsternenseemann2021-04-272-0/+70
| | | | | | Minimal configuration, just to get some cache going (that's at least the idea). This should at least make having i686-linux builds worth something :)
* machines/sternenseemann: factor out more common settings out of wolfgangsternenseemann2021-04-273-28/+32
|
* fix: unfreeAndNonDistributablePkgs is a package set not a fnProfpatsch2021-04-231-1/+1
|
* machines/profpatsch: use unfreeAndNonDistributablePkgs for convertProfpatsch2021-04-233-6/+4
|
* machines/sterneseemann/wolfgang: install docker-composesternenseemann2021-04-231-0/+1
|
* machines/profpatsch/shiki: allow unfree for mpvScripts.convertsternenseemann2021-04-231-0/+4
| | | | | | | | | In a recent PR, mpvScripts.convert was marked unfree (for lacking a license upstream). This is probably fine, so we add this as an exception via the predicate option (as the lowest impact solution in contrast to enabling allowUnfree). cc @Profpatsch
* machines/sternenseemann/wolfgang: remove github-clisternenseemann2021-04-221-1/+0
| | | | git fetch origin refs/pull/<id>/head is really all you need.
* machines/profpatsch/shiki: remove dhall-flychecksternenseemann2021-04-201-1/+2
| | | | | | | It doesn't build currently and channels.generic has been broken for too long. @Profpatsch pls fix upstream.
* machines/gunnr: Switch to AMDGPUdevhell2021-04-201-3/+5
| | | | Just like with herja.
* Revert "machines/herja: Add pulseaudio for pactl"devhell2021-04-181-1/+0
| | | | | | | There's no need for this as I've reverted back to `pulseaudio` for the time being. This reverts commit a520414825f672eadd25017f06bf13fb9de2db8d.
* machines/profpatsch: make bitlbee and philip normal userssternenseemann2021-04-181-0/+1
| | | | | | | | | | | | | | https://github.com/NixOS/nixpkgs/pull/115332 introduced a new check that requires either isSystemUser or isNormalUser to be true to help UID collision checks (I don't remember how this exactly aids that). To fix evaluation of @Profpatsch's machines, I've set isNormalUser for bitlbee and philip. Note that bitlbee probably should be a system user, but seems like there may be issues with that: https://github.com/NixOS/nixpkgs/pull/115332#issuecomment-792287827 Just to be safe, leave it as a normal user for now, the proper fix seems to be to move the data dir creation into the service setup, rather than doing it via the home setup.
* machines/sternenseemann: install posix man pagessternenseemann2021-04-181-0/+1
|
* machines/herja: Add pulseaudio for pactldevhell2021-04-171-0/+1
| | | | | | | | While I'm generally happy with `pipewire`, some things broke, such as volume control. I've tried to fix it using a range of front-ends for PA, but so far only `pactl` seems to be behaving correctly (but broke mic mute again). I might have to switch back to PA in the end as it's also broken my setup on gunnr somewhat.
* machines/herja: Force use of amdgpudevhell2021-04-171-2/+4
| | | | | | | Every boot the kernel will silently dump some a trace referencing an issue with AMDGPU. Some sleuthing suggests that the module needs to be loaded much earlier. Funnily NixOS actually has a wiki specifically on AMDGPU, so these settings have been taken from there.
* machines/profpatsch: remove wireguard from extraModulePackagessternenseemann2021-04-133-7/+0
| | | | | | | | Starting with Kernel 5.6 adding this package is no longer necessary. Since the kernelPackages.wireguard attribute returns `null` for that version, evaluation fails. cc @Profpatsch
* machines/sternenseemann/wolfgang: switch to scribusUnstablesternenseemann2021-04-131-1/+1
| | | | | The normal scribus attribute doesn't evaluate on nixos-unstable currently (2.7 pillow is marked as insecure).
* machines/herja: Switch back to iwddevhell2021-04-071-3/+2
| | | | | | | | Finally, after a lot of hussle with the IT department they've come to the conclusion that, in fact, their eduroam cert was not generated properly thereby preventing me from using iwd. It looks like this only affected a minority of devices (presumably those with proper implementation).
* modules/profiles/tvl: add tvl profile modulesternenseemann2021-04-041-0/+4
| | | | | | | | | | | | This doesn't do much other than enabling cache.tvl.su as a binary cache currently, but we can additional settings in the future which are neat for working with tvl's depot. I contemplated adding an option to add <depot> to the nixPath, but I don't want it too desparately right now and it is kind of annoying to implement for vuizvui, as the default core/common.nix module overrides any values you set and it is hard to merge the nixPath values, so we'll probably need an vuizvui.extraNixPath option etc. pp.
* machines/{gunnr,herja}: Unify opengl.extraPackagesdevhell2021-04-042-2/+6
|
* pkgs/profpatsch: remove nix-genProfpatsch2021-03-311-1/+0
| | | | It was unused and required a broken hnix pin.
* machines/sternenseemann/wolfgang: remove telegram desktopsternenseemann2021-03-261-1/+1
| | | | | Luckily most people seem to be using Signal nowadays, so I can get rid of this crap.
* machines/sternenseemann/wolfgang: use mosh modulesternenseemann2021-03-261-1/+2
|
* machines/sternenseemann/wolfgang: enable rtkitsternenseemann2021-03-261-0/+1
| | | | In case pipewire wants it or I want to use the jack shim.
* machines/sternenseemann/wolfgang: disable bluemansternenseemann2021-03-261-1/+0
| | | | | blueman is annoying me a bit atm and bluetoothctl plus pactl seem to be enough mostly.
* machines/sternenseemann/wolfgang: clean up let … configure flagssternenseemann2021-03-261-8/+0
|
* modules/programs/gnupg: allow extraConfig for gpg-agent.confProfpatsch2021-03-251-0/+7
| | | | | Since we pass the config, the home directory config isn’t picked up anymore, so I need to pass it via `extraConfig`.
* machines/*: Default to original configurationdevhell2021-03-254-4/+0
| | | | Let's keep it simple, everything else seems to just end in tears.
* machines/sternenseemann/wolfgang: enable earlyoomsternenseemann2021-03-241-0/+5
| | | | | | Copied whatever Profpatsch is using. 5% seems a little extreme, but with treshhold 2% tail /dev/zero still froze my laptop for a solid minute and a half.
* machines/sternenseemann/wolfgang: add nix-env-diffsternenseemann2021-03-241-0/+1
| | | | I actually use this now.
* machines/sternenseemann/wolfgang: remove some old X11 packagessternenseemann2021-03-211-2/+1
|
* machines/sternenseemann/wolfgang: switch to pipewiresternenseemann2021-03-212-7/+4
| | | | Hearing a lot of good things lately, time to see what it is about.
* machines/devhell: Once again remove syncthing dataDirdevhell2021-03-194-4/+0
| | | | Sigh.
* machines/devhell: Change syncthing dataDirdevhell2021-03-194-4/+4
| | | | | So the previous idea didn't work as expected, instead I'm going to use the directory name Syncthing would use anyway.
* Revert "machines/devhell: Remove syncthing dataDir"devhell2021-03-194-97/+101
| | | | This reverts commit d46aa4ec882dcb9ac0e09da6e1aecb361d90d287.
* machines/devhell: Remove syncthing dataDirdevhell2021-03-194-101/+97
| | | | | This doesn't seem to work properly, Syncthing will still add its default `Sync` directory.
* machines/sternenseemann: add bonk shell functionsternenseemann2021-03-171-0/+9
| | | | | | | | | Shared by adisbladis in #nixos-chat this is a very stupid fish function which bonks a nixpkgs package into the PATH in the current shell. This is often useful if you need a package ad-hoc and opening a nix-shell is too much hassle or you find yourself perpetually opening and closing a nix-shell. Extremely racy with the garbage collector, but this is yolo ops territory anyways.
* machines/sternseemann/wolfgang: add njal.la VPN configsternenseemann2021-03-152-1/+40
|
* machines: Add temporary laptop slylandroaszlig2021-03-122-0/+53
| | | | | | | | | | | | | | Since Tishtushi had a SSD failure and thus became a majoor nuisance to work with, I got a temporary laptop from someone (since I don't know whether they want to be mentioned, I leave out their name for now) in order to be able to be more productive than waiting for several seconds for a 1 KiB text file to be saved. Right now, I'm not sure whether any firmware is needed for the temporary laptop, so this is a hardware configuration just to get started with a proper Hydra channel. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/profpatsch/deploy: change gcroot locationProfpatsch2021-03-061-0/+2
|
* machines/shiki: do a barrel roll!Profpatsch2021-03-051-0/+18
| | | | Do a barrel roll!