about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* machines/gunnr: use rtl88xxau-aircrack insteaddevhell2024-01-261-2/+2
| | | | Finally, wifi works.
* psi: Update to latest masteraszlig2024-01-221-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is mainly because of the following build failure that seems to have been fixed upstream: widgets/emojiregistry.cpp: In member function 'EmojiRegistry::Category EmojiRegistry::startCategory(QStringRef) const': widgets/emojiregistry.cpp:40:10: error: 'uint32_t' is not a member of 'std'; did you mean 'wint_t'? 40 | std::uint32_t ucs; | ^~~~~~~~ | wint_t widgets/emojiregistry.cpp:44:9: error: 'ucs' was not declared in this scope 44 | ucs = QChar::surrogateToUcs4(in[0], in[1]); | ^~~ widgets/emojiregistry.cpp:46:9: error: 'ucs' was not declared in this scope 46 | ucs = in[0].unicode(); | ^~~ widgets/emojiregistry.cpp:51:9: error: 'ucs' was not declared in this scope 51 | if (ucs == 0x200d) | ^~~ widgets/emojiregistry.cpp:53:9: error: 'ucs' was not declared in this scope 53 | if (ucs == 0xfe0f) | ^~~ widgets/emojiregistry.cpp:55:9: error: 'ucs' was not declared in this scope 55 | if (ucs <= 0x39 && in.length() > 2 && (ucs >= 0x30 || ucs == 0x2a || ucs == 0x23) && in[1].unicode() == 0xfe0f | ^~~ widgets/emojiregistry.cpp:61:38: error: 'ucs' was not declared in this scope 61 | auto lb = ranges_.lower_bound(ucs); | ^~~ Of course, the second reason is that the current version seems to be way too stable and I want to have a fresh round of new bugs. Signed-off-by: aszlig <aszlig@nix.build>
* core/tests: Fix checks for krb5 testsaszlig2024-01-221-4/+4
| | | | | | | | | | This fixes the following evaluation error: error: The option `krb5.kerberos' can no longer be used since it's been removed. The option `krb5.kerberos' has been moved to `security.krb5.package'. Signed-off-by: aszlig <aszlig@nix.build>
* machines/gunnr: make 8812au loaddevhell2024-01-151-1/+1
|
* pkgs/sternenseemann/scripts: backup firefox profilessternenseemann2024-01-131-1/+0
|
* vim: Update Nix syntax/indent to latest masteraszlig2024-01-091-2/+2
| | | | | | | | Not only were there a lot of smaller fixes in the meantime, but latest master now properly supports the (not so) new (anymore) path interpolation syntax. Signed-off-by: aszlig <aszlig@nix.build>
* machines/gunnr: add rtl8812audevhell2024-01-081-1/+1
| | | | Cos wifi dongles will always dongle.
* modules/sternenseemann/desktop-sway: enable gvfssternenseemann2024-01-061-0/+3
| | | | Without it, you can't view the trash in pcmanfm
* machines/gunnr: enable wifidevhell2024-01-051-2/+5
| | | | Let's not talk about why.
* machines/gunnr: set system.stateVersiondevhell2024-01-051-0/+2
| | | | | Recommended by aszlig, due to the infrequency this machine actually gets updated with.
* modules/sternenseemann/desktop-sway: install wdisplayssternenseemann2023-12-301-0/+1
|
* pkgs/sternenseemann/scripts: don't backup llvm srcsternenseemann2023-12-301-0/+1
|
* pkgs/vuizvui-update-programs-sqlite: accept new redirect mechanismsternenseemann2023-12-301-1/+1
| | | | Seems like this changed from 301 to 302 now.
* hardware/pulse1502: Fix build against kernel 6.6.8aszlig2023-12-261-15/+15
| | | | | | | | The patch doesn't apply cleanly anymore because a new quirk flag was added (NVME_QUIRK_FORCE_NO_SIMPLE_SUSPEND), so I rebased the patch accordingly. Signed-off-by: aszlig <aszlig@nix.build>
* release.nix: update programs.sqlite to 24.05pre562218.6df37dc6a776sternenseemann2023-12-241-2/+2
|
* profiles/packages: replace urlview with urlscandevhell2023-12-221-1/+1
| | | | The former is unmaintained.
* profiles/workstation/git: Don't keep .orig filesaszlig2023-12-161-0/+1
| | | | | | | | | | | While those .orig files might be useful for post-mortem analysis of a rebase or merge, I never actually use them and rather resort to things such as reflog to find the old tree/file. Having those .orig files around just adds unnecessary noise, so let's avoid that. Signed-off-by: aszlig <aszlig@nix.build>
* machines/gunnr: enable 'boot.swraid'devhell2023-12-061-0/+1
| | | | | Not sure if this will fix it, but at the moment gunnr isn't booting after the update to 23.11.
* modules/sterneseemann/sway: address new warningssternenseemann2023-12-061-3/+8
|
* firefox: Update Multi-Account Containers to 8.1.3aszlig2023-12-061-2/+2
| | | | | | | This release just includes fixes for "Firefox Accounts" rebranding, no real feature changes. Signed-off-by: aszlig <aszlig@nix.build>
* firefox: Update Stylus addon to version 1.5.38aszlig2023-12-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since 1.5.33 minus bugfixes and CI stuff: * Added an option to use adoptedStyleSheets API (Chrome/ium 73+, Firefox 101+), instead of using DOM elements * Combine style & editor settings * Add an option to update only enabled styles * Auto-retry style finder on network failure * Faster import/undo * Highlight the Save button in unsaved styles * Improve the write-style UI a bit * Show errors when importing the backup * Show instant inject option in Firefox * Speed up opening the manager (a bit) * Speed up opening the multi-sectioned editor with lots of sections * Support fractional numbers with Alt-key increment * Use new userstyles.org API & uso-archive url * Show autosaved draft's css code prior to confirming + auto-remove the autosaved draft when saving * Apply eyedropper color immediately * Open installer for .user.less * Remember all editor options * Remember searchMode in manager The full release notes can be found at: https://github.com/openstyles/stylus/releases Signed-off-by: aszlig <aszlig@nix.build>
* firefox: Fix evaluation with newer nixpkgsaszlig2023-12-061-5/+16
| | | | | | | | | | | | | | | | | | A recent nixpkgs change[1] added an explicit requireSigning attribute, which in turn sets MOZ_REQUIRE_SIGNING to a zero-width string. The change also changed the check in the Firefox wrapper to check whether the browser derivation exposes a requireSigning attribute, which it doesn't. Since I'm busy with other things and just want my machine configuration to evaluate, I quickly worked around this by re-adding the requireSigning (and allowAddonSideload for that matter) to the derivation attributes on our side. [1]: https://github.com/NixOS/nixpkgs/commit/c4c81ac8a219e8725dae514f49c Signed-off-by: aszlig <aszlig@nix.build>
* modules/core/tests.nix: ignore removed kibana servicesternenseemann2023-11-201-2/+1
| | | | | | Removed due to a lack of maintenance: http://github.com/nixos/nixpkgs/commit/022ee4d701878c185785ce72dd436639dd687199 The ELK NixOS test continues to exist.
* pkgs/sternenseemann/emoji-generic: truly allow text 2.0sternenseemann2023-11-191-2/+2
|
* pkgs/sternenseemann/saneterm: use Python 3.10sternenseemann2023-11-191-1/+1
|
* pkgs/sternenseemann/tep: update to Unicode 15.1sternenseemann2023-11-191-2/+2
|
* pkgs/sternenseemann/emoji-generic: allow text 2.0 / GHC 9.4sternenseemann2023-11-191-3/+3
|
* machines/wolfgang: Fix attrname for thunderbirdaszlig2023-10-111-1/+1
| | | | | | | | | | | | | | The "thunderbird-wayland" attribute has been an alias for a long time and with a recent cleanup[1] of old aliases, the alias got dropped and we now get an eval error due to a missing attribute. Since "thunderbird-wayland" already was an alias, it should be safe to just use "thunderbird". [1]: https://github.com/NixOS/nixpkgs/commit/0c51bf975b5be87375d73aa5f3ba21542c240635 Signed-off-by: aszlig <aszlig@nix.build> Cc: @sternenseemann
* Revert "machines/legosi: move to openssl 1.1 in nginx for now"Profpatsch2023-09-151-3/+0
| | | | | | This reverts commit e08ff60d61bb18dcd14a47f2ee6dec66ad8cbd91. The CVE fixes have long been upstreamed.
* core/tests: Fix checks for {doku,media}wikiaszlig2023-09-151-2/+2
| | | | | | | | | | The module options have been restructured in a way that the attribute set for defining the actual sites is now in a dedicated "sites" option instead of eg. services.mediawiki directly, so the checks of whether we should include this for testing always return true since services.mediawiki is *always* a non-empty attribute set. Signed-off-by: aszlig <aszlig@nix.build>
* machines: Remove "mailserver"aszlig2023-09-152-121/+0
| | | | | | | | | | | | | This one never was in use and it was WIP code to do a more fleshed out mailserver configuration that should match an Ansible deployment of a mailserver we had back then at OpenLab. The machine was never in use (which is apparent from its configuration) and I even *added* it to Vuizvui from "LaberNix" (Vuizvui's predecessor) in 915e56fb4453b0701a423b0c96fb145318162ffd probably just for the sake of completeness. Signed-off-by: aszlig <aszlig@nix.build>
* Fix eval error due to removed moduleaszlig2023-09-151-1/+0
| | | | | | | | | | | In 75ea723caea05056810dad9160bc93e571c77985, I removed a bunch of modules in a series of fixups but forgot to do a final eval check. This broke evaluation for all the machines and tests because the module-list.nix file is not only needed for all the machines but also for figuring out which tests we need to run for which machine config. Signed-off-by: aszlig <aszlig@nix.build>
* machines: Remove tyree and brawndoaszlig2023-09-1414-445/+0
| | | | | | | | | | | | | The former no longer exists and the latter has a new hardware and it's self-managed by the owner now (which is always the best IMHO). With both machines gone, we no longer need the "managed" profile and the BFQ module that was used for the old hardware of Brawndo was no longer used anywhere else. Same with the T100HA module, since Tyree was an ASUS T100HA and apart from the module being probably very much outdated we don't have another such hardware in Vuizvui. Signed-off-by: aszlig <aszlig@nix.build>
* profiles: Revert "Use Nix stable for nixos-option"aszlig2023-09-141-8/+0
| | | | | | | | | | | | | | | | This reverts commit b9a7b3f0710ed828c9ec7562a6e641810fadd61b. Our override is no longer needed and it actually doesn't build anymore since even current stable Nix (2.17.0) is too new for nixos-option. This is why in nixpkgs, there is a specific override for nixos-option which uses Nix 2.15 instead. For us this essentially means that we can drop the override, since either someone fixes nixos-option to work with newer Nix versions or we get a specific override that doesn't interfere with our (as in Vuizvui) override of the "nix" attribute. Signed-off-by: aszlig <aszlig@nix.build>
* machines/sternenseemann/wolfgang: install gpxseesternenseemann2023-08-091-0/+1
|
* modules/sternenseemann/desktop-sway: restore old foot URL keybindingsternenseemann2023-08-091-0/+2
|
* machines/sternenseemann/fonts: reflect option deprecationssternenseemann2023-08-091-2/+2
|
* Revert "firefox: Make FOUC less annoying"aszlig2023-08-091-7/+0
| | | | | | | | | | | | | This reverts commit e868bfeca5501c7c02f1fc1013ea6cc7e79af043. Unfortunately, this causes some sites to be outright unreadable since they seem to rely on a certain set of default colors. Given that the FOUC is already pretty minimal in Firefox, I think it's really not worth breaking a bunch of sites just to get rid of the flashing, at least until we found a better way to prevent it entirely. Signed-off-by: aszlig <aszlig@nix.build>
* machines/profpatsch: stay with syntaptics for nowProfpatsch2023-08-051-0/+2
|
* pkgs/gpodder: Update to latest upstream masteraszlig2023-08-051-3/+3
| | | | | | | | The latest Git master version contains a bunch of fixes for yt-dlp integration and since most of my feeds are actually YouTube channels, it just makes sense to upgrade. Signed-off-by: aszlig <aszlig@nix.build>
* workstation: Remove services.xserver.layoutaszlig2023-08-041-1/+0
| | | | | | | | | | | This is already defined in the base profile, so we really don't need to define it twice, espacially because since ee758fdcdbbcae14d7a50d1809c1b2 both definitions are conflicting. I actually had this removed locally but forgot to stage this for the aforementioned commit. Signed-off-by: aszlig <aszlig@nix.build>
* profiles/base: Fix XKB Dvorak keyboard layoutaszlig2023-08-021-1/+2
| | | | | | | | | | | | The right XKB configuration should be using "us" as its layout and "dvorak" as the variant, because there are other such variants such as "it", "fr" or "de" and just using "dvorak" as the layout has very long been an alias that now has been removed[1] in the latest version of xkeyboard-config. [1]: https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/commit/470ad2cd8fea84d7210377161d86b31999bb5ea6 Signed-off-by: aszlig <aszlig@nix.build>
* profiles/packages: fonts.fonts -> fonts.packagesdevhell2023-07-301-1/+1
| | | | This is a recent upstream change.
* modules/desktop-sway: make foot dpi-aware againsternenseemann2023-07-301-0/+1
| | | | The default of this setting changed in foot 1.15.0.
* firefox: Add a few more prefs from Betterfoxaszlig2023-07-191-0/+14
| | | | | | | | | | | | | | | | | I roughly went through the preferences set by Betterfox[1] and checked whether they'd make sense for my Firefox version. While most of these options are pretty straightforward, the captive and connectivity services are features for convenience, eg. when travelling. However, since the only thing they do is giving UI hints that otherwise can be found out via a quick detour to the shell or visiting a random "http://" URL I don't think the convenience outweights repeatedly pinging detectportal.firefox.com. [1]: https://github.com/yokoffing/Betterfox Signed-off-by: aszlig <aszlig@nix.build>
* games/gog-unpack: Fix unpacking with newer bsdtaraszlig2023-07-171-1/+1
| | | | | | | | | | | | | | With newer bsdtar, extraction fails because of this error: bsdtar: Pathname cannot be converted from UTF-8 to current locale. bsdtar: Archive entry has empty or unreadable filename ... skipping. bsdtar: Error exit delayed from previous errors. The reason is that the current locale isn't set during Nix builds, so in order for bsdtar to work properly, let's set it to C.UTF-8 so that it hopefully doesn't convert anything at all (which is what we want). Signed-off-by: aszlig <aszlig@nix.build>
* games/monogame-patcher: Fix evaluationaszlig2023-07-171-3/+3
| | | | | | | | | | | | The evaluation error is: error: function 'anonymous lambda' called without required argument 'pname' This is because the "baseName" attributes of the dotnet tooling have changed to the more common "pname" attributes that we use throughout nixpkgs. Signed-off-by: aszlig <aszlig@nix.build>
* games/build-unity: Allow to pass wrapper argsaszlig2023-07-171-1/+1
| | | | | | | This is handy if we want to pass further arguments to the makeWrapper call without either replacing installPhase or wrapping twice. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/games: Fix deprecated package attribute namesaszlig2023-07-172-6/+6
| | | | | | | These package attribute names have been renamed a long time ago and no longer evaluate in current nixpkgs. Signed-off-by: aszlig <aszlig@nix.build>
* workstation: Don't wait for all NICs to be onlineaszlig2023-07-151-0/+4
| | | | | | | | I occasionally run wireguard setups, sometimes broken beyond repair, and I really don't care whether those are online or not as long as *any* interface is alive. Signed-off-by: aszlig <aszlig@nix.build>