This commit is contained in:
Vivian 2023-05-04 08:32:01 +02:00
parent 1a902cbcc4
commit dd3076d5c5
2 changed files with 2 additions and 1 deletions

View file

@ -18,6 +18,7 @@
# Additional packages
environment.systemPackages = with pkgs; [
gcc
go
jq
nuclei
rustup

View file

@ -5,7 +5,7 @@
services.hardware.bolt.enable = true;
hardware.trackpoint.enable = true;
# hardware.trackpoint.enable = true;
# FS
fileSystems."/".options = [ "compress=zstd" ];