summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #226088 from Xyz00777/masterDoron Behar2023-05-16
|\ | | | | nixos/syncthing: applied rfc42 and added some additional options
| * nixos/syncthing: use rfc42 style settingsXyz007772023-05-15
| |
* | Merge pull request #231097 from aanderse/lxc/nixos-rebuild-bootMaciej Krüger2023-05-16
|\ \
| * | nixos/lxc-container: ensure /sbin/init is updated on nixos-rebuild bootAaron Andersen2023-05-10
| | |
* | | Merge pull request #232017 from NickCao/mjolnirMartin Weinelt2023-05-16
|\ \ \ | | | | | | | | mjolnir: 1.5.0 -> 1.6.4, build with mkYarnPackage
| * | | nixosTests.mjolnir: unbreakNick Cao2023-05-15
| | | |
| * | | nixos/mjolnir: explicitly set --mjolnir-configNick Cao2023-05-15
| | | |
* | | | Merge pull request #231316 from hercules-ci/nixos-system.checksRobert Hensing2023-05-15
|\ \ \ \ | | | | | | | | | | NixOS: add `system.checks`
| * | | | nixos: Use checks instead of extraDependenciesRobert Hensing2023-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... as appropriate. This drops a few unnecessary store paths from the system closure.
| * | | | nixos/top-level.nix: Add system.checksRobert Hensing2023-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this does not add to the `forbiddenDependenciesRegex` code because that code check should be unaffected as it only checks output dependencies, not build dependencies. Build deps are added after that check, if those are enabled in the first place.
* | | | | nixos/maddy: tls.loader add acme support, add secrets optionJonas Heinrich2023-05-15
| | | | |
* | | | | Merge pull request #197524 from f2k1de/graylog4K9002023-05-15
|\ \ \ \ \ | | | | | | | | | | | | graylog: init at 4.0.8, 4.3.9, 5.0.2
| * | | | | graylog: let the user decide which version of graylog to useIsa2023-05-12
| | | | | |
| * | | | | graylog: init at 4.0.8, 4.3.8, 5.0.6Isa2023-05-12
| | | | | |
* | | | | | Merge pull request #221750 from rhendric/rhendric/nixos/snapperSandro2023-05-15
|\ \ \ \ \ \
| * | | | | | nixos/snapper: support more optionsRyan Hendrickson2023-04-09
| | | | | | |
* | | | | | | nixosTests.pgadmin4: increase test coverage (#229632)Florian2023-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | | | | | | Merge pull request #232007 from Janik-Haag/resticNick Cao2023-05-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | restic: add persistent default for timer unit
| * | | | | | | restic: add persistent default for timer unitJanik H2023-05-15
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #231954 from mac-chaffee/acme-ipv6Nick Cao2023-05-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/security/acme: Fix listenHTTP bug with IPv6 addresses
| * | | | | | | security/acme: Fix listenHTTP bug with IPv6 addressesMac Chaffee2023-05-14
| | | | | | | |
* | | | | | | | keyd: run systemd service as root userwoojiq2023-05-15
| | | | | | | |
* | | | | | | | Merge pull request #231705 from ambroisie/add-vikunja-portSandro2023-05-15
|\ \ \ \ \ \ \ \
| * | | | | | | | nixos/vikunja: test 'port' optionBruno BELANYI2023-05-13
| | | | | | | | |
| * | | | | | | | nixos/vikunja: add 'port' optionBruno BELANYI2023-05-13
| | | | | | | | |
* | | | | | | | | Merge pull request #231707 from figsoda/tripfigsoda2023-05-15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nixos/trippy: initfigsoda2023-05-14
| | | | | | | | | |
* | | | | | | | | | nixos/tests/rshim: initnikstur2023-05-15
| | | | | | | | | |
* | | | | | | | | | nixos/rshim: fix shell escapenikstur2023-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using escapeShellArg does not make sense here because (a) it turned the list into a string, so the entire service failed and (b) because systemd does not use the same escaping mechanism as bash.
* | | | | | | | | | Merge pull request #232015 from NixOS/fix-zfs-unlockRyan Lahfa2023-05-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/pam: fix ZFS support assertion
| * | | | | | | | | | nixos/pam: fix ZFS support assertionRaito Bezarius2023-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was always complaining even if you didn't enable PAM ZFS.
* | | | | | | | | | | Merge pull request #228801 from NixOS/make-disk-image-fasterRyan Lahfa2023-05-15
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | nixos/lib/make-disk-image: do not compile a full arch QEMU to convert images
| * | | | | | | | | | nixos/tests/systemd-repart: use qemu_kvm (host arch) instead of qemu (all ↵Raito Bezarius2023-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arches)
| * | | | | | | | | | maintainers/scripts/openstack/openstack-image-zfs: use qemu_kvm (host arch) ↵Raito Bezarius2023-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of qemu (all arches)
| * | | | | | | | | | maintainers/scripts/ec2/amazon-image: use qemu_kvm (host arch) instead of ↵Raito Bezarius2023-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qemu (all arches)
| * | | | | | | | | | nixos/lib/make-(multi|single)-disk-zfs-image: use qemu_kvm (host arch) ↵Raito Bezarius2023-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of qemu (all arches)
| * | | | | | | | | | nixos/lib/make-disk-image: do not compile a full arch QEMU to convert imagesRaito Bezarius2023-04-28
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #228956 from tensor5/pam-zfs-keyRyan Lahfa2023-05-15
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | nixos/pam: enable unlocking ZFS home dataset
| * | | | | | | | | | nixos/pam: add test for ZFS home dataset unlockingNicola Squartini2023-05-15
| | | | | | | | | | |
| * | | | | | | | | | nixos/pam: assert ZFS support for PAM moduleNicola Squartini2023-05-15
| | | | | | | | | | |
| * | | | | | | | | | nixos/pam: improve documentation of ZFS moduleNicola Squartini2023-05-15
| | | | | | | | | | |
| * | | | | | | | | | nixos/pam: enable unlocking ZFS home datasetNicola Squartini2023-05-15
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #230888 from Misterio77/nextcloud-createlocally-optinRyan Lahfa2023-05-15
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/nextcloud: default createLocally to false
| * | | | | | | | | | | nixos/nextcloud: default createLocally to falseGabriel Fontes2023-05-14
| | | | | | | | | | | |
* | | | | | | | | | | | nixos/etcd: Fix mapping of clientCertAuth optionMaximilian Nitsch2023-05-15
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The clientCertAuth option must be mapped to the etcd environment variable ETCD_CLIENT_CERT_AUTH and the peerClientCertAuth option to ETCD_PEER_CLIENT_CERT_AUTH. Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
* | | | | | | | | | | Merge pull request #231481 from nikstur/rshim-user-spaceRyan Lahfa2023-05-15
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | rshim for Nvidia BlueField
| * | | | | | | | | | | nixos/rshim: initnikstur2023-05-15
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #226830 from Janik-Haag/birdwatcherRyan Lahfa2023-05-15
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | birdwatcher: init at 2.2.4, alice-lg: init at 6.0.0, nixos/birdwatcher: init, nixos/alice-lg: init
| * | | | | | | | | | | nixos/birdwatcher: initJanik H2023-05-15
| | | | | | | | | | | |
| * | | | | | | | | | | nixos/alice-lg: initJanik H2023-05-15
| | | | | | | | | | | |