mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-23 22:19:33 +01:00
doc
This commit is contained in:
parent
4ad4d3c8c6
commit
96ba0c265c
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user