This commit is contained in:
Daniel Langbein 2024-01-12 23:00:45 +01:00
parent b07e972873
commit 9ff9b59ec5
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 4 additions and 1 deletions

View File

@ -25,6 +25,7 @@ This document contains general notes about NixOS that are independent of my NixO
* [Evaluate expressions](#evaluate-expressions)
* [Escape strings](#escape-strings)
* [Run AppImages](#run-appimages)
* [Graphic drivers](#graphic-drivers)
* [Additional resources](#additional-resources)
* [Nix Pills](#nix-pills)
* [Papers](#papers)

View File

@ -73,7 +73,9 @@
before = [ "shutdown.target" "sleep.target" ];
# 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
serviceConfig = {