[Desktop/Developer] remove "debug" and "static" from default outputs to install

This commit is contained in:
Antoine Viallon 2024-12-11 09:59:19 +01:00
parent 540db884d1
commit 45fc51f646
No known key found for this signature in database
GPG key ID: 955188C241E23A20

View file

@ -123,7 +123,7 @@ in {
boot.initrd.systemd.emergencyAccess = mkIf (config.users.users.root.hashedPassword != null) config.users.users.root.hashedPassword;
environment.extraOutputsToInstall = [
"doc" "info" "dev" "debug" "static"
"doc" "info" "dev"
];
services.ollama = {