mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Developer] remove "debug" and "static" from default outputs to install
This commit is contained in:
parent
540db884d1
commit
45fc51f646
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue