about summary refs log tree commit diff
path: root/machines/profpatsch/shiki.nix
Commit message (Collapse)AuthorAgeFilesLines
* machines/shiki: disable mozc inputProfpatsch2023-02-021-2/+4
|
* machines/shiki: fix nix optionsProfpatsch2022-11-011-0/+14
|
* machines/shiki: fix unfree steam packagesProfpatsch2022-11-011-0/+1
|
* machines/shiki: remove stray youtube-dlProfpatsch2022-11-011-1/+0
|
* machines/shiki: fix source-han-sansProfpatsch2022-09-261-3/+1
|
* machines + modules: Fix Nix option definitionsaszlig2022-08-151-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of the options in nix.conf are now exposed as a submodule with a freeform type and since that change[1] got introduced, we get a bunch of warnings during machine evaluation: trace: warning: The option `nix.useSandbox' defined in `...' has been renamed to `nix.settings.sandbox'. trace: warning: The option `nix.maxJobs' defined in `...' has been renamed to `nix.settings.max-jobs'. trace: warning: The option `nix.buildCores' defined in `...' has been renamed to `nix.settings.cores'. To shut them up, I went through all machines and modules and renamed the remaining options that were not renamed back then when @devhell did some renames in a0297bf921399c3243dcca99626d8697f0735abe. This was done by looking through the output of: $ git grep -A 10 '\<nix\(\.\| *=\)' machines modules After that I tested the contents of the nix.conf of all the machines against the changes this commit introduced via the following command: $ nix-build --no-out-link -E ' with import <nixpkgs/lib>; map (m: m.eval.config.environment.etc."nix/nix.conf".source) (collect (m: m ? eval) (import ./machines)) ' I've sorted the resulting nix.conf files and diffed on that result and the only difference that showed up was the following: allowed-users = * -auto-optimise-store = false auto-optimise-store = true builders-use-substitutes = true cores = 0 This is because the previous way to generate the config was by concatenating strings whereas the new way works on an attribute set, so we get deduplication by design. [1]: https://github.com/NixOS/nixpkgs/pull/139075 Signed-off-by: aszlig <aszlig@nix.build> Cc: @devhell Cc: @Profpatsch Cc: @sternenseemann
* machines/shiki: ignore short press on power buttonProfpatsch2022-06-271-3/+10
|
* machines/profpatsch: move thinkpad boot options to thinkpad.nixProfpatsch2022-06-271-3/+0
| | | | | Not sure about the boot loader config, but I guess it’s okay for now, since it doesn’t diverge anyway.
* machines/Profpatsch: Move thinkpad config into separate moduleProfpatsch2022-06-261-0/+1
| | | | | I want to have a thinkpad-based server, which will need the thinkpad-specific stuff but none of the workstation stuff.
* machines/shiki: remove bad import arghProfpatsch2022-06-261-1/+1
|
* machines/shiki: enable tailscaleProfpatsch2022-06-261-1/+12
|
* machines/shiki: give lock-screen some colorProfpatsch2022-06-261-1/+4
|
* machines/shiki: fix steamProfpatsch2022-06-261-4/+9
|
* machines/shiki: enable v4l2loopback kernel moduleProfpatsch2022-06-261-0/+12
|
* machines/Profpatsch: fix new nix settings namesProfpatsch2022-03-161-3/+4
| | | | It’s only checked at the end LOL
* machines/profpatsch: use new nix.settings attributeProfpatsch2022-03-021-3/+3
|
* treewide: Fix broken package symbolsProfpatsch2022-03-021-3/+3
| | | | | | | | 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.
* treewide: reflect removal of pulseaudioLight aliassternenseemann2022-02-281-1/+1
| | | | | pulseaudioLight has been the same as pulseaudio for a while (apparently since 2018). The alias has finally been removed now.
* pkgs/profpatsch: remove easy-dhall-nix, use dhall from nixpkgsProfpatsch2022-02-281-1/+1
|
* machines/shiki: add stretch & bendProfpatsch2022-02-281-0/+4
|
* machines/profpatch: add tagtime serviceProfpatsch2022-02-281-1/+17
| | | | | tagtime was added to nixpkgs in https://github.com/NixOS/nixpkgs/pull/154027
* machines/profpatsch/shiki: disable powertopProfpatsch2022-01-071-5/+0
| | | | | I already had powermanagement running via the tlp daemon, which I had forgotten about, so powertop is redundant.
* machines/profpatsch/shiki: reference file systems by label not uuidProfpatsch2022-01-071-4/+10
| | | | | | | I want to mirror my disk to a 1:1 backup drive every so often, and referencing disks by uuid means I can’t have a runnable system from a different drive. Instead I use labels that can be shared between both drives, so that the second drive is also bootable.
* machines/profpatsch/shiki: disable virtualbox againProfpatsch2022-01-071-1/+1
|
* machines/profpatsch/shiki: add mullvad-vpn serviceProfpatsch2022-01-071-0/+3
|
* pkgs/profpatsch: add nix-run-binProfpatsch2022-01-071-0/+4
| | | | | | | Takes an additional argument and looks that argument up in the respective nix build result directory bin dir. Also add some documentation.
* machines/profpatsch: fix dunst for new dunst versionsProfpatsch2021-12-301-4/+10
| | | | | | They changed all config options and a bunch of defaults. I am angery. ES BLEIBT ALLES SO, WIE ES IST
* pkgs/profpatsch/shiki: add mediainfoProfpatsch2021-11-221-0/+1
|
* pkgs/profpatsch/shiki: add cups drivers and ban ipv6 mdnsProfpatsch2021-11-221-1/+18
| | | | | | | Based on the help in https://nixos.wiki/wiki/Printing#Client_.28Linux.29 the ipv6 resolver for mdns is broken (only in nixpkgs?) and will block & timeout. :)
* pkgs/profpatsch/shiki: binify read-qr-codeProfpatsch2021-11-221-1/+4
|
* pkgs/profpatsch/shiki: pulseaudio -> pipewireProfpatsch2021-11-221-8/+21
| | | | Let’s see how it goes
* machines/shiki: add read-qr-codeProfpatsch2021-10-261-0/+1
|
* xdg-open: add ics files to the calendar & sync to webdavProfpatsch2021-10-261-1/+17
| | | | | Sync the calendar every 15 minutes with a user service, and add ics file support to xdg-open.
* machines/shiki: reenable virtualbox and fix group nameProfpatsch2021-07-191-1/+1
|
* machines/shiki: Use all cores for nix buildersProfpatsch2021-07-191-1/+0
| | | | | I don’t remember why I set that limit, but it’s kinda silly since nix uses all cores by default.
* machines/shiki: use Possehl Analytics remote builderProfpatsch2021-07-191-5/+5
|
* machines/shiki: use xh instead of httpieProfpatsch2021-07-191-1/+1
|
* shiki: enable dconfProfpatsch2021-07-191-0/+3
|
* treewide: Fix eval errors post 21.05 releasedevhell2021-06-091-3/+3
| | | | | A few things have changed since the recent NixOS 21.05 release. Mostly naming stuff, so nothing dramatic.
* machines/shiki: restrict max icon size in dunstProfpatsch2021-06-071-0/+1
|
* machines/shiki: disable guix daemonProfpatsch2021-06-071-1/+2
| | | | I never finished that one.
* machines/shiki: add monitor-homeProfpatsch2021-06-071-0/+5
|
* machines/shiki: turn on powersaveProfpatsch2021-06-071-0/+5
|
* machines/shiki: T450 -> T480Profpatsch2021-06-071-11/+6
| | | | Needs a new name, hm.
* machines/shiki: burpie rollProfpatsch2021-06-071-3/+20
|
* machines/profpatsch: use unfreeAndNonDistributablePkgs for convertProfpatsch2021-04-231-4/+0
|
* 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/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/profpatsch: remove wireguard from extraModulePackagessternenseemann2021-04-131-3/+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
* pkgs/profpatsch: remove nix-genProfpatsch2021-03-311-1/+0
| | | | It was unused and required a broken hnix pin.