summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* release notes: typo fixes (#117539)Léo Gaspard2021-03-25
|
* less.nix: fix escapekvtb2021-03-24
| | | | $$ does not escape $ \$ does
* nixos/mastodon: enable sandbox modeIzorkin2021-03-24
|
* Merge pull request #117454 from dotlambda/wireguard-noaliasMaximilian Bosch2021-03-24
|\ | | | | nixos/wireguard: don't use alias
| * nixos/wireguard: don't use aliasRobert Schütz2021-03-24
| |
* | Merge pull request #117273 from hercules-ci/nixos-dont-formatRobert Hensing2021-03-24
|\ \ | | | | | | Don't format XML of the NixOS manual
| * | nixos/doc: Update Writing Documentation to use nix-shellRobert Hensing2021-03-22
| | |
| * | nixos/doc/manual/Makefile: Do not formatRobert Hensing2021-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Formatting has been neglected. Running `make` would format dozens of files, which is a great way of scaring away newcomers and those with less git experience. It would also annoy the heck out of regular contributors. The purpose of formatting is to avoid a small annoyance, so it should not become a big annoyance that makes people give up on their work.
* | | Merge pull request #115857 from lbpdt/feature/docker-tools-layered-base-imageBenjamin Hipple2021-03-23
|\ \ \ | | | | | | | | dockerTools.buildLayeredImage: support fromImage
| * | | dockerTools.buildLayeredImage: support fromImageLouis Blin2021-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is now possible to pass a `fromImage` to `buildLayeredImage` and `streamLayeredImage`, similar to what `buildImage` currently supports. This will prepend the layers of the given base image to the resulting image, while ensuring that at most `maxLayers` are used. It will also ensure that environment variables from the base image are propagated to the final image.
* | | | Merge pull request #116369 from m1cr0man/masterRobert Hensing2021-03-23
|\ \ \ \ | | | | | | | | | | nixos/acme: Fix webroot issues
| * | | | nixos/acme: Add permissions testsLucas Savva2021-03-15
| | | | |
| * | | | nixos/acme: Fix webroot issuesLucas Savva2021-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the UMask set to 0023, the mkdir -p command which creates the webroot could end up unreadable if the web server changes, as surfaced by the test suite in #114751 On top of this, the following commands to chown the webroot + subdirectories was mostly unnecessary. I stripped it back to only fix the deepest part of the directory, resolving #115976, and reintroduced a human readable error message.
* | | | | Merge pull request #117073 from sternenseemann/inspircd-3.9.0Profpatsch2021-03-23
|\ \ \ \ \ | | | | | | | | | | | | inspircd: init at 3.9.0
| * | | | | !fixup add myself as maintainer for the modulesternenseemann2021-03-22
| | | | | |
| * | | | | !fixup simplify zipListsWith callsternenseemann2021-03-22
| | | | | |
| * | | | | !fixup get rid of trailing comment hacksternenseemann2021-03-22
| | | | | |
| * | | | | nixos/modules/inspircd: add simplistic module and nixos teststernenseemann2021-03-22
| | | | | |
* | | | | | nixos/systemd: missing a few units for KDE to use systemdPeter Hoeg2021-03-23
| | | | | |
* | | | | | Merge pull request #116455 from svanderburg/systemdunitpathSander van der Burg2021-03-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | systemd: allow custom unit folders to be configured with SYSTEMD_UNIT…
| * | | | | | systemd: allow custom unit folders to be configured with SYSTEMD_UNIT_PATHSander van der Burg2021-03-22
| | | | | | |
* | | | | | | Merge pull request #116811 from jansol/pipewireBernardo Meurer2021-03-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pipewire: 0.3.23 -> 0.3.24
| * | | | | | | pipewire: 0.3.23 -> 0.3.24Jan Solanti2021-03-19
| | | | | | | |
* | | | | | | | Merge pull request #114752 from hercules-ci/lazy-offline-acmeRobert Hensing2021-03-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | acme: Determine offline whether renewal is due
| * | | | | | | | acme: Determine offline whether renewal is dueRobert Hensing2021-03-01
| | | | | | | | |
* | | | | | | | | Merge pull request #114821 from erosennin/catatonitadisbladis2021-03-22
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | catatonit: init at 0.1.5, fix podman --init
| * | | | | | | | nixos/tests/podman: test podman run --initAndrey Golovizin2021-03-21
| | | | | | | | |
| * | | | | | | | nixos/containers: add catatonit / init_pathzowoq2021-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/containers/common/blob/master/docs/containers.conf.5.md - Also drop unneeded true from ociSeccompBpfHook
* | | | | | | | | Merge pull request #97048 from bluecmd/patch-1Michele Guerini Rocco2021-03-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/manual: luks entries are auto-detected
| * | | | | | | | | nixos/manual: luks entries are auto-detectedChristian Svensson2020-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mention that the the LUKS entries do not need to be added when using nixos-generate-config. Keep the instructions for people that want to do it manually.
* | | | | | | | | | restic: allow prune without backupMatt McHenry2021-03-21
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | fixes #97820
* | | | | | | | | Merge pull request #113707 from symphorien/sane-backends-udpateGuillaume Girol2021-03-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | sane-backends: 1.0.30 -> 1.0.32
| * | | | | | | | | sane-backends: 1.0.30 -> 1.0.32Symphorien Gibol2021-03-21
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | sane-backends-git: remove, it's not updated often enough to be useful
* | | | | | | | | Merge pull request #113722 from rgrunbla/galene-03Sandro2021-03-21
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | galene: 0.2 -> 0.3 and bugfix of the associated module
| * | | | | | | | galene: 0.2 -> 0.3 and bugfix of the associated moduleRémy Grünblatt2021-02-19
| | | | | | | | |
* | | | | | | | | Merge pull request #108952 from Mic92/systemd-builderJörg Thalheim2021-03-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/systemd-boot: add typechecking
| * | | | | | | | | nixos/systemd-boot: add typecheckingJörg Thalheim2021-01-10
| | | | | | | | | |
* | | | | | | | | | nixos/gitlab: add option for tls wrapper-mode smtp (#116801)Milan2021-03-20
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge master into staging-nextFrederik Rietdijk2021-03-19
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #112822 from deviant/localtime-user-allocationedef2021-03-19
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/localtime: make localtimed a system user
| | * | | | | | | | | nixos/localtime: make localtimed a system userV2021-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, a user is created in the 1000-29999 range. This is incorrect, as localtimed is a system service and not a user.
* | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2021-03-19
|\| | | | | | | | | |
| * | | | | | | | | | Merge pull request #114016 from oxalica/fix/partition-managerSandro2021-03-19
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | nixos/partition-manager: initoxalica2021-03-05
| | | | | | | | | | | |
| * | | | | | | | | | | Revert "nixos/systemd: Handle template overrides"Alexander Foremny2021-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e3b90b6ccc4cf4147fd01df1ed8779b1c85744bd. This commit broke container tests and thus blocked channels from advancing.
* | | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2021-03-19
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #116282 from nh2/programs-turbovncNiklas Hambüchen2021-03-19
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | turbovnc: Add programs.turbovnc, add test for headless software OpenGL
| | * | | | | | | | | | turbovnc: Add programs.turbovnc, add test for headless software OpenGLNiklas Hambüchen2021-03-14
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'master' into staging-nextJan Tojnar2021-03-18
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #115839 from markuskowa/fix-slurmmarkuskowa2021-03-18
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/slurm: expose to path config files