This commit is contained in:
Sense T 2023-06-28 11:20:08 +08:00
parent 66162fa374
commit a2a227d9f3
2 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@ nixos-rebuild switch --flake 'git+https://git.sense-t.eu.org/NixOS/gpd-configura
## Todo
- [x] 无状态 `/` 分区
- [ ] wsproxy on podman
- [x] wsproxy on podman
- [x] waybar 微调
- [x] 使用 pipewire
- [x] 电源选项

View File

@ -87,6 +87,8 @@
extraOptions = [
"--restart=always"
"--cpus=0.1"
"--memory-reservation=32m"
];
};
};