wsproxy
This commit is contained in:
parent
66162fa374
commit
a2a227d9f3
@ -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] 电源选项
|
||||
|
@ -87,6 +87,8 @@
|
||||
|
||||
extraOptions = [
|
||||
"--restart=always"
|
||||
"--cpus=0.1"
|
||||
"--memory-reservation=32m"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user