This commit is contained in:
Daniel Langbein 2023-11-08 11:18:16 +01:00
parent 4ad4d3c8c6
commit 96ba0c265c
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 4 additions and 2 deletions

View File

@ -468,7 +468,7 @@ nix-info -m
* https://mipmip.github.io/home-manager-option-search * https://mipmip.github.io/home-manager-option-search
* Or `man home-configuration.nix` * Or `man home-configuration.nix`
### Search wich package owns a file ### Search which package owns a file
```shell ```shell
# Note how your shell prefix changes. # Note how your shell prefix changes.

View File

@ -1,8 +1,10 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
# Suspend system: # Suspend:
# sudo systemctl suspend # sudo systemctl suspend
# Suspend for 60 seconds:
# sudo rtcwake -m mem -s 60
# Power consumption: # Power consumption:
# 2.4W powered off, with 1 RAM, 1 SSD # 2.4W powered off, with 1 RAM, 1 SSD