about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2022-04-05Merge pull request #167287 from qowoz/dockertoolsRobert Hensing2-3/+3
dockerTools: various
2022-04-05Merge pull request #166941 from teto/vim-plugins-tomlMatthieu Coudron2-0/+10
2022-04-04nixos/vaultwarden: fix testRyan Mulligan1-1/+0
The accept policies checkbox is no longer present on the user creation screen.
2022-04-05dockerTools: pkgs.system -> pkgs.stdenv.hostPlatform.systemzowoq2-3/+3
`pkgs.system` is an alias
2022-04-05Merge master into haskell-updatesgithub-actions[bot]5-314/+358
2022-04-04nixos/systemd-stage-1: Softcode bin tools...Janne Heß1-6/+22
...and other cleanups and fixes
2022-04-04Merge master into staging-nextgithub-actions[bot]2-5/+21
2022-04-04Merge pull request #167209 from bjornfor/ethminer-remove-unneeded-nvidia-depBernardo Meurer1-1/+1
nixos/ethminer: only pull in nvidia_x11 when needed
2022-04-04nixos/ethminer: only pull in nvidia_x11 when neededBjørn Forsman1-1/+1
Only people using CUDA need it.
2022-04-04Merge pull request #167167 from ↵Lassulus1-3/+19
helsinki-systems/feat/systemd-stage-1-less-systemd-files nixos/stage-1-systemd: Limit files to the bare necessities
2022-04-04nixos/systemd-stage-1: Use an own systemd packageJanne Heß1-1/+1
We need more features than systemdMinimal but less than systemd so we need some own packages :/
2022-04-04Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt3-306/+333
2022-04-04nixos/tests/lvm2/vdo: fix machine nameajs1241-1/+1
2022-04-04nixos/tests/lvm2: initajs1244-0/+86
2022-04-04nixos/tests/lvm2: don't try to add script from vdo to initrdajs1241-3/+3
2022-04-04Merge pull request #167153 from helsinki-systems/feat/systemd-stage-1-jobscriptsLassulus2-305/+332
nixos/stage-1-systemd: Implement job scripts
2022-04-04nixos/systemd-unit-options: Fix indentationJanne Heß1-350/+367
2022-04-04Merge pull request #165583 from bosu/patch-1Robert Hensing1-1/+1
nixos/qemu-vm: allow booting VM with the custom kernel
2022-04-04Merge master into staging-nextgithub-actions[bot]2-3/+4
2022-04-04nixos/tasks/lvm: add vdo supportajs1241-2/+30
2022-04-04nixos/stage-1-systemd: Limit files to the bare necessitiesJanne Heß1-3/+19
2022-04-04nixos/stage-1-systemd: Implement job scriptsJanne Heß2-85/+95
2022-04-04nixos/ethminer: fix option types for maxPower, recheckIntervalBjørn Forsman1-2/+2
Neither power nor time intervals can be negative, let's use unsigned int.
2022-04-04nixos/ethminer: only pull in cudatoolkit when neededBjørn Forsman1-1/+1
2022-04-04Merge pull request #166250 from gador/pgadmin-update-6.7Timo Kaufmann1-0/+1
pgadimin4: 6.5 -> 6.7
2022-04-04Merge master into haskell-updatesgithub-actions[bot]31-415/+1055
2022-04-04Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt4-5/+9
2022-04-03Merge pull request #167061 from Artturin/fixtestevalhibMartin Weinelt1-1/+1
2022-04-03Merge pull request #167048 from helsinki-systems/fix/test-boot-cdromJanne Heß3-4/+8
nixos/tests/boot: fix after aa0f27abb06ca66a1dc99493ada65e2bbd6000c9
2022-04-03nixos/tests/hibernate: fix evalArtturin1-1/+1
by removing duplicate `nodes`
2022-04-03nixos/stage-2-init: Re-add creation of /etcJanne Heß2-1/+5
2022-04-03Merge master into staging-nextgithub-actions[bot]30-411/+1047
2022-04-03Merge pull request #137335 from dsg22/feature-jupyter-create-system-userLassulus1-0/+1
jupyter: Create jupyter user as system user
2022-04-03Merge pull request #136040 from xaverdh/adb-openMichael Weiss1-2/+1
nixos/adb: switch to android-tools built from source
2022-04-03Merge pull request #167027 from helsinki-systems/drop/brokenMartin Weinelt3-57/+1
2022-04-03nixos/tests/boot: fix after aa0f27abb06ca66a1dc99493ada65e2bbd6000c9ajs1241-3/+3
2022-04-03Merge pull request #166154 from YoshiRulz/yoshi-manualGuillaume Girol2-12/+12
Manual: move note re: `useOSProber` option under GRUB subheading
2022-04-03doc: mention the new format expected by the new vim updaterMatthieu Coudron2-0/+10
e.g., from simple strings to csv
2022-04-03Merge pull request #161075 from symphorien/collectd-intervalGuillaume Girol2-27/+36
nixos/collectd: put extraconfig before plugins
2022-04-03Merge pull request #163658 from dminuoso/kea-changesMartin Weinelt1-8/+74
2022-04-03nixos/kea: Allow specifying custom config fileVictor Nawothnig1-8/+74
2022-04-03nixos/collectd: put extraconfig before pluginsGuillaume Girol2-27/+36
this is necessary to override the global option Interval. If set after the plugins, it has no effect.
2022-04-03openfire: remove after being marked broken for over two yearsajs1243-57/+1
It was marked in commit 567c1a360f1f3b531847432e734e6f7e6eec41a5 by Michael Raskin on 2017-01-04 (commited on 2017-01-04)
2022-04-03Merge pull request #165873 from symphorien/rkjnsn-masterGuillaume Girol3-0/+11
xfce4-screensaver: init at 4.16.0
2022-04-03Merge pull request #167019 from NixOS/fix/systemd-envJanne Heß1-1/+1
nixos/stage-2-init: Don't clear environment
2022-04-03Merge pull request #164943 from ↵Janne Heß15-252/+887
ElvishJerricco/systemd-initrd-reuse-systemd-module initrd: Opt-in bare bones systemd-based initrd
2022-04-03Merge pull request #166548 from sternenseemann/fix-ghclibdir-computationsternenseemann1-1/+1
[haskell-updates] ghcWithPackages: fix ghclibdir computation with variantSuffix
2022-04-03Merge pull request #165684 from helsinki-systems/clean/stage-2-initLassulus3-52/+23
nixos/stage-2-init: Clean up legacy commands
2022-04-03nixos/stage-2-init: Don't clear environmentJanne Heß1-1/+1
This breaks NixOS Containers because systemd needs some env variables from the outside.
2022-04-03nixos/udisks2: add freeform settingsArtturin1-0/+39