mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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;
|
boot.initrd.systemd.emergencyAccess = mkIf (config.users.users.root.hashedPassword != null) config.users.users.root.hashedPassword;
|
||||||
|
|
||||||
environment.extraOutputsToInstall = [
|
environment.extraOutputsToInstall = [
|
||||||
"doc" "info" "dev" "debug" "static"
|
"doc" "info" "dev"
|
||||||
];
|
];
|
||||||
|
|
||||||
services.ollama = {
|
services.ollama = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue