about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2023-07-14Merge master into staging-nextgithub-actions[bot]13-53/+195
2023-07-14Merge pull request #133092 from TomatoCream/add-jvm-to-nexusJanik1-2/+12
2023-07-13nixos/nexus: add jvm package optionYour Name1-2/+12
2023-07-13Merge pull request #228581 from dtzitzon/dtz/k3sJanik1-7/+7
2023-07-13Merge pull request #238777 from ORichterSec/esdm-upstreamRyan Lahfa2-0/+103
2023-07-13Merge pull request #183314 from DeterminateSystems/optional-swraidWill Fancher7-36/+63
Make swraid optional
2023-07-13Merge pull request #243289 from SuperSandro2000/nullmailer-groupSandro1-6/+6
nixos/nullmailer: allow users in the nullmailer group to send mails
2023-07-13Merge pull request #237994 from SebTM/fix/cups-xdg-missingGuillaume Girol1-2/+4
cups: add dependency for xdg-open
2023-07-13Merge master into staging-nextgithub-actions[bot]2-2/+7
2023-07-13nixos: show which files are related to "not applying GID/UID change"Bjørn Forsman1-2/+2
I initially thought it was related to /var/lib/nixos/{gid-map,uid-map}, but it seems that to migrate GID/UID you have to edit /etc/{group,passwd} (and update GID/UID in all files). So mention those files in the warning messages.
2023-07-13nixos/swap: make sure all kernel modules are loaded before creating swap ↵Ramses1-0/+5
devices. (#239163) Co-authored-by: iliana etaoin <iliana@buttslol.net>
2023-07-13nixos/nullmailer: allow users in the nullmailer group to send mailsSandro Jäckel1-6/+6
In combination with https://github.com/NixOS/nixpkgs/pull/231673 this allows hardened services to use nullmailer's sendmail.
2023-07-13esdm: init at 0.6.0Oliver Richter2-0/+103
Signed-off-by: Oliver Richter <richter-oliver@gmx.net>
2023-07-13cups: add xdg-open as dependency package as substitution does not workSebastian Sellmeier1-2/+4
for all desktop-envs
2023-07-13Merge master into staging-nextgithub-actions[bot]1-1/+4
2023-07-13tests/homepage-dashboard: add tests for homepageJon Seager2-0/+15
2023-07-13nixos/homepage-dashboard: initJon Seager2-0/+56
2023-07-13nixos/lemmy: Move pictrs url from pictrs_url to pictrs.urladisbladis1-1/+3
The upstream config schema changed.
2023-07-13lemmy-ui: Set NODE_ENV to run server in production modeadisbladis1-0/+1
2023-07-12Merge master into staging-nextgithub-actions[bot]4-3/+153
2023-07-12nixos/ananicy: take `listOf attrs` instead of `string`Artturin2-32/+28
2023-07-12nixos/tests/peering-manager: fix 'nodes.machine.config' eval warningYureka1-1/+1
2023-07-12Merge pull request #241927 from ether42/usbguardLassulus1-2/+3
nixos/usbguard: rename services.usbguard.implictPolicyTarget to services.usbguard.implicitPolicyTarget
2023-07-12nixos/peering-manager: remove global 'with lib;'Yureka1-19/+17
2023-07-12nixos/peering-manager: add meta sectionYureka1-0/+2
2023-07-12Merge pull request #241528 from Gerg-L/nixos/direnvrcPol Dellaiera2-0/+148
nixos/direnv: init
2023-07-12nixos/direnv: initGerg-L2-0/+148
2023-07-12Merge pull request #208924 from erdnaxe/nitter-network-onlineSandro1-1/+2
2023-07-12Merge master into staging-nextgithub-actions[bot]13-67/+20
2023-07-12Merge pull request #241667 from cyberus-technology/outline-0.70.0Cabia Rangris2-52/+7
outline: 0.69.2 -> 0.70.2
2023-07-12Merge pull request #242912 from chayleaf/fix-getentRick van Schijndel4-4/+4
treewide: update path to getent
2023-07-12nixos/prowlarr: add package optionJon Seager1-1/+3
2023-07-12treewide: use lib.optional instead of 'then []'Felix Buehler7-11/+9
2023-07-12outline: 0.69.2 -> 0.70.2Alexander Sieg2-52/+7
2023-07-12keepalived: fixup `virtualRouterId` documentationArthur Gautier1-1/+1
Router id 0 is an invalid option with keepalived
2023-07-12Merge master into staging-nextgithub-actions[bot]2-6/+4
2023-07-11linux/hardened/patches/6.4: init at 6.4.3-hardened1Fabián Heredia Montiel1-0/+1
2023-07-12Merge pull request #237442 from SuperSandro2000/nixos-optionSandro1-5/+3
nixos-option: update to nix 2.15
2023-07-12treewide: update path to getentchayleaf4-4/+4
2023-07-11Merge pull request #237364 from fdietze/patch-3Sandro1-1/+1
fix herbstluftwm session command with other desktop managers
2023-07-11nixos/tools: remove nixos-option conditionSandro Jäckel1-5/+3
2023-07-11Merge master into staging-nextgithub-actions[bot]3-0/+55
2023-07-10nixos/tests: add myself to maintainers of erofs testnikstur1-0/+2
2023-07-10nixos/tests: add squashfs testnikstur1-0/+39
2023-07-10nixos/filesystems: init squashfsnikstur2-0/+14
2023-07-10stage-1: Only copy mdadm and mdmon into initramfs if enabledLinus Heckemann2-5/+10
2023-07-10boot.initrd.services.swraid -> boot.swraidLinus Heckemann6-30/+39
Since the option affects both stage-1 and stage-2, it does not make sense to keep it within the boot.initrd namespace.
2023-07-10nixos/swraid: make entire module optionalLinus Heckemann5-10/+23
swraid support will now only be enabled by default if stateVersion is older than 23.11. nixos-generate-config will now generate explicit config for enabling support if needed.
2023-07-10integration test driver: Auto-generate integration test driver's machineJacek Galowicz6-216/+105
method documentation of nixos docs from python doc strings
2023-07-10Merge master into staging-nextgithub-actions[bot]2-14/+46