Vladimír Čunát
8be5516756
Merge #138918 : Fix several NixOS errors in Hydra evaluation
...
In particular, this should unblock the trunk-combined jobset.
2021-09-22 17:28:37 +02:00
rnhmjoj
22d05f8fa2
nixos/plotinus: fix evaluation
...
Apparently setting a variable via `environment.variables` when the same
is already present in `environment.sessionVariables` (that is merged
into the former option) creates a conflict.
For reference: this started with the change in #101274 .
2021-09-22 15:53:29 +02:00
rnhmjoj
b53a5b91b9
nixos/atop: fix broken wrapper
...
The setuid,owner,group options are mandatory after #126289 .
2021-09-22 12:38:19 +02:00
Sandro
f18f2d87f3
Merge pull request #135284 from legendofmiracles/weylus
2021-09-21 22:04:38 +02:00
davidak
a0d68379c2
Merge pull request #138428 from bobby285271/pantheon-tweaks
...
pantheon-tweaks: init at 1.0.1
2021-09-19 02:47:37 +02:00
Bobby Rong
f126efd820
nixos/pantheon-tweaks: init
2021-09-18 22:49:53 +08:00
rnhmjoj
fedd7cd690
nixos: explicitely set security.wrappers ownership
...
This is slightly more verbose and inconvenient, but it forces you
to think about what the wrapper ownership and permissions will be.
2021-09-13 13:48:13 +02:00
rnhmjoj
8f76a6eefc
nixos: add implict security.wrappers options
...
This is to keep the same permissions/setuid/setgid as before the change
in security.wrappers defaults.
2021-09-13 13:48:13 +02:00
figsoda
44853e8cf3
nixos/git: init
2021-09-10 18:50:04 -04:00
Robert Hensing
e16c267e48
Merge pull request #128916 from heisenberg33/patch-4
...
Fix default pager environment
2021-09-07 12:45:36 +02:00
Anders Kaseorg
d8ef13fc13
modules/programs/command-not-found: Fix ShellCheck warnings
...
https://github.com/koalaman/shellcheck/wiki/SC2086
Double quote to prevent globbing and word splitting.
https://github.com/koalaman/shellcheck/wiki/SC2166
Prefer `[ p ] && [ q ]` as `[ p -a q ]` is not well defined.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-09-06 08:49:34 +09:00
Anders Kaseorg
d44b6ae6cb
modules/programs/bash: Fix ShellCheck warnings
...
https://github.com/koalaman/shellcheck/wiki/SC2086
Double quote to prevent globbing and word splitting.
https://github.com/koalaman/shellcheck/wiki/SC2166
Prefer `[ p ] && [ q ]` as `[ p -a q ]` is not well defined.
https://github.com/koalaman/shellcheck/wiki/SC2219
Instead of `let expr`, prefer `(( expr ))` .
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-09-06 08:49:34 +09:00
legendofmiracles
5258463721
nixos/weylus: init
2021-09-02 06:33:23 -06:00
davidak
10d21c60e7
Merge pull request #131695 from tomfitzhenry/calls
...
programs/calls: init
2021-08-26 04:44:01 +02:00
Florian Klink
002cf7d42d
Merge pull request #132347 from anpandey/captive-browser-fix
...
captive-browser: fix empty string in interface args
2021-08-22 19:40:23 +02:00
Tom Fitzhenry
5d0bd88cdd
programs/calls: init
2021-08-07 15:07:18 +10:00
Artturi
8072e71d8e
Merge pull request #132853 from peterhoeg/f/devmon
...
Revert "nixos/devmon: add systemd service"
2021-08-07 02:34:09 +03:00
Artturi
7d45138e68
Merge pull request #127402 from sigprof/nixos-ssh-askpass-args
...
nixos/ssh: fix passing arguments to ssh-askpass
2021-08-07 02:30:28 +03:00
Peter Hoeg
8b167a0c11
Revert "nixos/devmon: add systemd service"
...
This reverts commit 1db44c4ff1
.
2021-08-06 13:43:24 +08:00
Jörg Thalheim
8c5c0d6748
nixos: fix zinputrc on flake-enabled systems
2021-08-05 22:19:37 +02:00
Janne Heß
307b1253a7
nixos/neovim: Fix neovim runtime path generation
2021-08-04 09:44:04 +02:00
Ankit Pandey
910f233fb7
captive-browser: fix empty string in interface args
...
Fixes nmcli being passed an empty string before the interface name,
which would stop captive-browser from starting up.
2021-08-01 13:46:57 -05:00
Maximilian Bosch
8c35a69a6e
nixos/captive-browser: fix startup
...
It seems as since Chromium 92, `chromium` crashes on startup if
`XDG_CONFIG_HOME` points to a read-only (store-)path.
2021-08-01 19:04:49 +02:00
Sandro
ead8cf4fc9
Merge pull request #128841 from Artturin/udevil
2021-07-22 15:55:21 +02:00
Maximilian Bosch
15dab3835f
Merge pull request #128649 from nrdxp/fix-unstable-nix-zsh-completions
...
zsh: fix nixUnstable completions
2021-07-22 14:58:20 +02:00
Timothy DeHerrera
6dbf8c0409
zsh: include completions for nix-* commands
2021-07-21 15:55:25 -06:00
Timothy DeHerrera
9ad645dce8
zsh: format module with nixpkgs-fmt
2021-07-21 15:55:25 -06:00
Timothy DeHerrera
d687fe88fd
zsh: remove conflicting nixUnstable completions
2021-07-21 15:55:22 -06:00
Michael Weiss
e22bd59820
nixos/xwayland: Correctly set the default package
...
This will fix #129922 and also improve the descriptions and default
texts.
2021-07-15 11:32:06 +02:00
Artturin
1db44c4ff1
nixos/devmon: add systemd service
2021-07-08 19:04:49 +03:00
Sandro
d0cec56cef
Merge pull request #128855 from sjau/ssmtp_nixos_options
2021-07-05 23:50:37 +02:00
Bjørn Forsman
5d3dca497b
nixos/hamster: fix programs.hamster.enable text
...
mkEnableOption already adds "Whether to enable" and ends with a ".", so
remove that duplication from the help text.
Also reword it slightly while at it.
2021-07-04 23:18:23 +02:00
heisenberg33
0e7b4e60a8
Fix default pager environment
...
Causes `dmesg -H` (aka `dmesg --human`) to actually work.
2021-07-01 13:03:03 -07:00
sjau
1f207718de
ssmtp: give example to create authPassFile
2021-07-01 09:40:50 +02:00
Martin Weinelt
c865d03690
Merge pull request #128205 from felixsinger/flashrom/add-udev
...
flashrom: Install udev-rules file
2021-06-30 04:03:56 +02:00
Felix Singer
b7a2309786
flashrom: Install udev-rules file
...
Add the udev-rules file from flashrom source to the out directory. The
file contains rules for programmers used by flashrom. Members of the
`flashrom` system group are allowed to access these devices.
Also, add a module for installing flashrom and adding flashrom to udev
packages. The module can be used by setting `programs.flashrom.enable`
to `true`.
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-06-30 03:43:35 +02:00
Sandro
2e3727eae0
Merge pull request #128183 from rummik/patch-1
2021-06-30 02:21:18 +02:00
Elis Hirwing
536cb54f81
Merge pull request #127989 from ymatsiuk/appgate
...
appgate-sdp: minimize and improve derivation
2021-06-28 10:28:10 +02:00
Doron Behar
aedc67d64f
Merge pull request #63899 from pasqui23/kconnect
2021-06-26 21:00:34 +00:00
*Kim Zick
fbbaa4d40f
nixos/zsh: change default prompt theme to 'suse'
...
This resolves a long-standing issue caused by the 'walters' theme setting `RPS1`. See #38535 for discussion details.
2021-06-26 06:36:51 -04:00
Yurii Matsiuk
21dd07a0ca
appgate-sdp: minimize and improve derivation
2021-06-24 11:22:54 +02:00
Michael Weiss
eb8a694d92
nixos/sway: Drop rxvt-unicode from the extraPackages default
...
Upstream switched to Alacritty for the default configuration.
2021-06-23 17:35:20 +02:00
Linus Heckemann
203e81e4ee
Merge pull request #125281 from zhaofengli/phosh-systemd
...
phosh: 0.10.2 -> 0.11.0
2021-06-22 08:23:29 +02:00
Sergey Vlasov
20b1d07a4f
nixos/ssh: fix passing arguments to ssh-askpass
...
The wrapper for ssh-askpass did not pass arguments to the real
ssh-askpass, therefore the generic "Please enter your authentication
passphrase" prompt was displayed for all requests (including the key
usage confirmation requests, which don't need the passphrase), and some
important information such as the key name was not displayed.
2021-06-18 22:19:03 +03:00
Maciej Krüger
6dbeea0b40
nixos/x2goserver: put into networking, like xrdp
2021-06-11 08:13:49 +02:00
Zhaofeng Li
544bf2c29b
nixos/phosh: Enable OpenGL by default
2021-06-10 23:43:40 +00:00
Zhaofeng Li
104e512cab
phosh: 0.10.2 -> 0.11.0
...
Fixes #123735 .
2021-06-09 21:27:12 +00:00
Kira Bruneau
caac437b9b
nixos/gamemode: add module
2021-06-01 21:03:34 -04:00
Michael Raskin
ab51a2dbd6
Merge pull request #123926 from pschyska/master
...
nixos/atop: Add defaultText to types.package options, Fix timing-related test failures.
2021-05-23 18:08:46 +00:00
Kira Bruneau
cd4780fab4
maintainers: rename metadark -> kira-bruneau ( #124035 )
2021-05-22 16:47:40 +02:00