Recent changes
Track the most recent changes to the wiki on this page.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
7 November 2024
|
N 20:51 | NixOS Wiki/uk 3 changes history +4,746 [Andrii-sudak (3×)] | |||
|
20:51 (cur | prev) +23 Andrii-sudak talk contribs (Created page with "* Home-manager для керування профілем користувача та вмістом домашнього каталогу * Nix Flakes замість nix-channel") | ||||
|
20:49 (cur | prev) +10 Andrii-sudak talk contribs (Created page with "NixOS це операційна система Linux основана на менеджері пакунків Nix та репозиторії пакунків Nixpkgs.") | ||||
N |
|
20:48 (cur | prev) +4,713 Andrii-sudak talk contribs (Created page with "NixOS Wiki") |
|
20:31 | (User creation log) [AssertionFailed; Andrii-sudak] | |||
|
20:31 User account Andrii-sudak talk contribs was created | ||||
|
16:36 User account AssertionFailed talk contribs was created |
20:17 | Nixpkgs/Update Scripts diffhist +1 Pandapip1 talk contribs (Move nix-update-script to top of prepackaged update scripts section) |
m 16:41 | Forgejo diffhist +93 AssertionFailed talk contribs (Added the comment for the tokenFile for forgejo-runner code block) |
|
N 11:02 | PATH env var 2 changes history +848 [Jdorel (2×)] | |||
m |
|
11:02 (cur | prev) +122 Jdorel talk contribs (Add sources) Tag: Visual edit | |||
N |
|
10:49 (cur | prev) +726 Jdorel talk contribs (Created page with "== PATH == === NIxOS Folders === NixOS bin folders are added to the PATH through PAM in https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/config/system-environment.nix === Adding folders for all users === For systemd to include this PATH, you must include it in one of the following places. In `/etc/environment.d` :<syntaxhighlight lang="nix"> environment.etc."environment.d/00-custom-path.conf".text = '' PATH="${PATH}:<path-to-new-folder>" ''; </syntax...") Tag: Visual edit |