mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-12-03 23:55:04 +01:00
docs
This commit is contained in:
parent
b07e972873
commit
9ff9b59ec5
1
NixOS.md
1
NixOS.md
@ -25,6 +25,7 @@ This document contains general notes about NixOS that are independent of my NixO
|
|||||||
* [Evaluate expressions](#evaluate-expressions)
|
* [Evaluate expressions](#evaluate-expressions)
|
||||||
* [Escape strings](#escape-strings)
|
* [Escape strings](#escape-strings)
|
||||||
* [Run AppImages](#run-appimages)
|
* [Run AppImages](#run-appimages)
|
||||||
|
* [Graphic drivers](#graphic-drivers)
|
||||||
* [Additional resources](#additional-resources)
|
* [Additional resources](#additional-resources)
|
||||||
* [Nix Pills](#nix-pills)
|
* [Nix Pills](#nix-pills)
|
||||||
* [Papers](#papers)
|
* [Papers](#papers)
|
||||||
|
@ -73,7 +73,9 @@
|
|||||||
before = [ "shutdown.target" "sleep.target" ];
|
before = [ "shutdown.target" "sleep.target" ];
|
||||||
|
|
||||||
# https://man.archlinux.org/man/systemd.service.5.en#OPTIONS
|
# https://man.archlinux.org/man/systemd.service.5.en#OPTIONS
|
||||||
# More options e.g.: https://man.archlinux.org/man/systemd.exec.5.en#SCHEDULING
|
# More options are documented e.g. here:
|
||||||
|
# https://man.archlinux.org/man/systemd.exec.5.en#SCHEDULING
|
||||||
|
# https://man.archlinux.org/man/systemd.exec.5.en#USER/GROUP_IDENTITY
|
||||||
#
|
#
|
||||||
# Example: https://github.com/NixOS/nixpkgs/blob/e9b4b56e5a20ac322c0c01ccab7ec697ab076ea0/nixos/modules/tasks/filesystems/btrfs.nix#L132-L142
|
# Example: https://github.com/NixOS/nixpkgs/blob/e9b4b56e5a20ac322c0c01ccab7ec697ab076ea0/nixos/modules/tasks/filesystems/btrfs.nix#L132-L142
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
Loading…
Reference in New Issue
Block a user