hausken
hausken
# 🏳 Create a new localization ## 📝 Describe the solution you'd like I would like to add Norwegian localization, to begin i would just like to add keyboard support
Added Norwegian localization for keyboard Related issue #4252 **Your checklist for this pull request** Make sure that this PR: - [ ] Complies with our guidelines for contributions - [...
The example query will lead to a query error, as the syntax is not valid. `bupstash list [hostname=server1 or hostname=server2]` will fail, while `bupstash list [ hostname=server1 or hostname=server2 ]`...
The options set in the authorized_keys file is not passed to the booted kexec system. original authorized_keys `no-touch-required [email protected] AAAAInNrL ... AEc3NoOg== hausken@nixos` booted kexec system authorized_keys `[email protected] AAAAInNrL ......
* Add lazydocker module * maintainers: add hausken Based on Lazygit home manager module, fixes #4924 Note: Podman is not supported, you can set the DOCKER_HOST env var, but the...
I've tried to customize my environment to support Podman, and it partially works, but some commands seems to be hard coded and is not possible to customize. When deleting a...
### Feature description Make a package of Infisical server (self-hosted) and a NixOS module. [Infisical-cli](https://github.com/NixOS/nixpkgs/blob/c796e4e5ac7393b7ef397b4addb9091fe7a27cf6/pkgs/development/tools/infisical/default.nix) is already packaged there. ### Why would it be useful? It would provide another option...
I cant seem to find `docker_27` package when searching in unstable, however it is found if searching in 24.05, and the package is present in [nixpkgs unstable branch](https://github.com/NixOS/nixpkgs/blob/5e4fbfb6b3de1aa2872b76d49fafc942626e2add/pkgs/applications/virtualization/docker/default.nix#L338) https://search.nixos.org/packages?channel=24.05&from=0&size=50&sort=relevance&type=packages&query=docker_27 https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=docker_27