about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2022-08-15Merge pull request #186742 from bobby285271/cinnamonBobby Rong1-0/+1
Cinnamon updates 2022-08-15
2022-08-15Merge pull request #177577 from jmbaur/globalprotect-openconnect_configChristian Kögler1-4/+23
nixos/globalprotect: add settings option for service configuration
2022-08-15nixos/cinnamon: install gnome-screenshotBobby Rong1-0/+1
Closes #169178
2022-08-15Merge pull request #186587 from midchildan/fix/mirakurun-add-logo-dirBobby Rong1-0/+1
nixos/mirakurun: set the LOGO_DATA_DIR_PATH environment variable
2022-08-15python310Packages.mistune: 0.8.4 -> 2.0.4Robert Schütz1-1/+1
Remove mistune_0_8 because it's insecure.
2022-08-14Merge pull request #179896 from erikarvstedt/fix-bash-exit-handlerSebastián Mancilla2-4/+2
treewide: fix bash exit handlers
2022-08-14fetchgit: allow disabling cone mode for sparse checkouts, fix testWinter2-0/+14
2022-08-14Merge pull request #184368 from DieracDelta/jr/wrappers-run-size-optionRobert Hensing1-1/+11
nixos/security: add size option to /run/wrappers
2022-08-14nixos/security: add size option to /run/wrappersJustin Restivo1-1/+11
2022-08-14nixos/qemu-vm: Fix warning messageRobert Hensing1-1/+1
2022-08-14nixos/mirakurun: set the LOGO_DATA_DIR_PATH environment variablemidchildan1-0/+1
2022-08-14Merge pull request #181746 from hercules-ci/nixosTest-erofsRobert Hensing4-5/+140
nixos/qemu-vm: Use disposable EROFS for store when writableStore = false
2022-08-13Merge pull request #186369 from lovesegfault/fix-localtime-serviceBernardo Meurer4-38/+69
2022-08-13Merge pull request #185156 from kilianar/nixosTests.isso-fixMario Rodas1-1/+1
nixosTests.isso: fix failing test
2022-08-12nixos/localtimed: fix serviceBernardo Meurer4-38/+69
2022-08-12nixos/neo4j: HTTP connector togglinggardspirito1-14/+4
2022-08-12nixos/neo4j: fix typogardspirito3-3/+10
2022-08-12nixos/neo4j: use full systemd unit nameKerstin Humm1-1/+1
2022-08-12neo4j: remove deprecated configKerstin Humm1-1/+0
2022-08-12neo4j: add erictapen as maintainerKerstin Humm1-1/+1
2022-08-12neo4j: add release notes about version bumpKerstin Humm1-0/+2
2022-08-12nixos/neo4j: increase memorySize in NixOS testKerstin Humm1-1/+1
2022-08-12nixos/neo4j: set some settings so warnings at startup disappearKerstin Humm1-1/+4
2022-08-12increase diskSize for neo4j test to avoid No space left on device exceptionKerstin Humm1-4/+7
2022-08-12neo4j: 3.5.14 -> 4.1.1Jonathan Ringer2-28/+22
2022-08-12Merge pull request #185474 from pennae/option-docs-mdpennae168-1775/+1573
nixos/*: more options md conversion
2022-08-12Merge pull request #173669 from SuperSandro2000/giteaSandro1-77/+78
2022-08-12Merge pull request #184452 from r-ryantm/auto-update/systemd_exporterMartin Weinelt1-3/+3
2022-08-12nixos/tests/prometheus-exporters/systemd: Update for 0.5.0 releaseScott Worley1-3/+3
2022-08-12services/klipper: add CPUScheduling and IOScheduling tuningRichard Marko1-0/+4
2022-08-12nixos/klipper: add OOMScoreAdjust -999Richard Marko1-0/+1
to make it unlikely that klipper gets killed by OOM killer.
2022-08-11Update nixos/modules/services/misc/tautulli.nixWinter1-1/+1
2022-08-11nixos/tautulli: add option to open firewallRyan Horiguchi1-0/+8
2022-08-12Merge pull request #176835 from pennae/syncserverMartin Weinelt6-0/+469
2022-08-12nixos/firefox-syncserver: initpennae6-0/+469
2022-08-11nixos/yggdrasil: rename "config" option to "settings"Emery Hemingway2-8/+15
Make this service consistent with rfc42. https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md
2022-08-11Merge pull request #185760 from michaeladler/fix-ssh-hostkey-genKim Lindberger1-2/+1
fix: ssh-keygen fails if directory does not exist
2022-08-11Merge pull request #186028 from helsinki-systems/disable-udisks2-by-defaultJanne Heß5-9/+18
nixos/udisks2: don't enable by default
2022-08-11nixos/gvfs: enable udisks2ajs1241-0/+2
can be used by gvfs and is disabled by default after f7637100655127dffbe14011b45be6a71f0e203d
2022-08-11Merge pull request #185530 from trofi/restore-stage-1-stripSergei Trofimovich1-1/+1
nixos/stage-1: srestore striping of bin/ and lib/
2022-08-11Merge pull request #179619 from Informatic/plymouth-systemd-stage1-themesJörg Thalheim1-3/+8
nixos/plymouth: fix theme dependency resolution in systemd stage 1
2022-08-11nixos/udisks2: don't enable by defaultajs1244-9/+16
This was enabled by default in 18a7ce76fcf80389bc8db2dd3e961a74637b5162 with the reason that it would be "useful regardless of the desktop environment.", which I'm not arguing against. The reason why this should not be enabled by default is that there are a lot of systems that NixOS runs on that are not desktop systems. Users on such systems most likely do not want or need this feature and could even consider this an antifeature. Furthermore, it is surprising to them to find out that they have this enabled on their systems. They might be even more surprised to find that they have polkit enabled by default, which was a default that was flipped in a813be071ceed15b9238373bd751ee99e2470357. For some discussion as to why see https://github.com/NixOS/nixpkgs/pull/156858. Evidently, this default is not only surprising to users, but also module developers, as most if not all modules for desktop environments already explicity set services.udisks2.enable = true; which they don't need to right now.
2022-08-10Merge pull request #181079 from profianinc/init/nixos/amd-sevSergei Trofimovich3-0/+59
nixos/amd.sev: init
2022-08-10Merge pull request #185153 from puppe/enable-container-warningadisbladis1-6/+5
nixos/nixos-containers: Fix ineffective warning
2022-08-10Merge pull request #185763 from srhb/zfs-scrub-synchronouslyFranz Pletz1-2/+2
nixos/zfs: scrub synchronously
2022-08-10Merge pull request #185629 from mlyxshi/masterSandro1-1/+2
2022-08-10Revert "Update preface.xml (#185868)"zowoq1-1/+1
This reverts commit 9bbdfff80c3ffde6c2d183185bec1a8013ad161b. manual fails to build
2022-08-10Update preface.xml (#185868)Flávio Martins Prado1-1/+1
Corrected the link to matrix on the manual preface (it was broken)
2022-08-09Merge pull request #185301 from lovesegfault/geoclue-wifi-waitBernardo Meurer1-0/+1
2022-08-09nixos/geoclue2: wait for network to be up when wifi provider is enabledBernardo Meurer1-0/+1