about summary refs log tree commit diff
path: root/nixos/modules/system/etc
AgeCommit message (Expand)AuthorFilesLines
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-12/+12
2024-02-21nixos/etc: make re-mounting /etc overlay idempotentnikstur1-1/+3
2024-02-19nixos/etc: fix payload in build-composefs-dump for the file caseDominik Xaver Hörl1-1/+2
2024-01-28nixos/etc: remove leading slash from target paths in build-composefs-dump.pynikstur1-1/+9
2024-01-28nixos/etc: fix type checking of build-composefs-dump.pynikstur1-2/+2
2024-01-22nixos/etc: optionally mount etc as an overlaynikstur4-12/+419
2023-06-07nixos/etc: keep directories in derivation nameSandro Jäckel1-1/+1
2023-01-02nixos/etc: skip resolv.conf in nixos-enter chrootNaïm Favier1-5/+18
2022-10-03Sort the /etc/.clean fileScott Bronson1-1/+1
2022-07-24nixos/system: invariant option docs MD conversionspennae1-15/+15
2022-01-30nixos/etc.nix: Make independentRobert Hensing3-3/+85
2021-11-15lib.modules: add mkDerivedConfigTaeer Bar-Yam1-3/+2
2021-11-14etc module: make `.text` and `.source` the same priorityTaeer Bar-Yam1-2/+4
2021-11-04Merge pull request #130388 from oxalica/fix/etc-nixos-tag-in-activationMaciej Krüger1-0/+6
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-1/+1
2021-09-25nixos/etc: simplify source path handlingErik Arvstedt1-4/+3
2021-09-02nixos/etc: make sure local "source" files are imported to the storeMatthias Treydte1-1/+3
2021-08-07nixos/etc: use runCommandLocal (#133037)Rouven Czerwinski1-4/+1
2021-07-30nixos/etc: Replace make-etc.sh with nix and bashJanne Heß2-57/+52
2021-07-17Check and create /etc/NIXOS during activationoxalica1-0/+6
2021-03-31treewide: use perl.withPackages when possiblernhmjoj1-1/+1
2020-09-02treewide: completely remove types.loaOfrnhmjoj1-1/+1
2020-08-08nixos/*: editorconfig fixeszowoq1-4/+3
2020-03-09environment.etc: fix typozimbatm1-4/+4
2019-02-28Revert "Merge pull request #54980 from danbst/etc-relative" (#56507)Danylo Hlynskyi2-27/+7
2019-01-31make back /etc/static absolute symlinkdanbst1-10/+17
2019-01-31nixos/etc: Make symlinks relative instead of absoluteFlorian Jacob2-7/+20
2018-12-15lib.makePerlPath -> perlPackages.makePerlPathvolth1-1/+1
2017-07-29environment.etc: add user/group optionVolth3-8/+30
2016-10-02Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen1-3/+3
2016-09-29Add stdenvNoCCEelco Dolstra1-1/+1
2016-09-13etc module: optionSet -> submoduleEric Sagnes1-3/+3
2016-07-25etc: remove obsolete directoriesAlexey Shmalko1-0/+37
2016-04-27Update `etc` example to not use a real config fileGraham Christensen1-1/+1
2015-12-30etc: Use a friendlier name than "etc-file"Eelco Dolstra1-2/+3
2015-07-09Set ‘allowSubstitutes = false’ on various derivationsEelco Dolstra1-0/+1
2014-10-06setup-etc.pl: Fail when symlink/rename failswmertens1-2/+2
2014-07-25setup-etc.pl: Keep track of copied filesEelco Dolstra2-11/+32
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra1-2/+2
2014-02-23etc: uid/gid support for copied filesAustin Seipp3-0/+32
2014-01-06Make /etc/localtime a direct symlink to the zoneinfo fileEelco Dolstra1-3/+7
2013-10-30Add lots of missing option typesEelco Dolstra1-1/+3
2013-10-30Clean up some option examplesEelco Dolstra1-2/+3
2013-10-28Fix bogus mkOption typesEelco Dolstra1-1/+1
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra3-0/+227